search page design
I have 3 pages. search, result, detail
How to take advantage of GridView to get the result based on the value by search page?
I use GridView. But the Column is static. What if I wanna show different columns based upon different search? Besides, the sql statement/stored procedure seems static (not generated in run-time). What if I wanna search by more than one criterion? Detail page shows detail view of each record in result page.
Thanks
|