Hi,
i have an aspxpage1 where it has two paramters one is fromdate and another is todate and one submit button.
I am calling another aspxpage2,where this page has all the columns and the stored procedure where it populates the data in the grid.its a jquery grid.The stored procedure has two parameters fromdate and todate
@FrmDate varchar(100),@ToDate
Go to the complete details ...