Hi
I created web page with paging ,sorting inside gridview using the
URL "http://www.codeproject.com/Articles/125541/Effective-Paging-with-GridView-Control-in-ASP-NET"
Now I want to have search option.By clicking dropdownlist selected value,the grid should be populated with data using Select Query.
in the URL topic ,ObjectDatasource is used.There are 3 <SelectParameters> Passed to the function in "ProfileDataSource.cs"
I want to pass 4th parameter from dropdownlist seach value
All these parameters are passed to stored procedure.Please help me
Thanks
Chandran
Go to the complete details ...