I have a web form, that contains a datagrid that shows several records along with some of their fields. If the user wants to update any of these records, I put a Select in the Datagrid. So when the user decides which record to update, they would select the
record, which will send them to another web form that displays the information for the entire record. From here they can update any of the fields they need to. My first question is: Should I do server.transfer or a response.redirect ? 2nd: I will need to send
the record key to the update form, so that I may select the proper record for update. I am assuming I can do this through a query string? If so, how do I set this up? Can I define a field that will be seen globally? 3rd. My datagrid is setup for paging, however
when I click the > navigation button, the same data is displayed, it does not go to the next page, do you know why? Thanks for responding.
StrangerMike
Contributor
2707 Points
1727 Posts
Am I thinking about this correctly?
Aug 28, 2003 07:22 PM|LINK
SushilaSB
Star
11417 Points
2265 Posts
Re: Am I thinking about this correctly?
Aug 28, 2003 07:53 PM|LINK
Visual ASP/ASP.NET MVP
http://weblogs.asp.net/sushilasb