I have a situation where I have a group of records displayed on a page using a gridview. I want the user to be able to click on a record and have the browser navigate to another page where I display the details associated with the record. I have figured out how to do this using a hyperlink column on the grid. This works great, except for one thing: The key information is passed to the server in the querystring, which is something we'd like to avoid. Is there a way to have a column with a button or something that does an http post, so that the key information is hidden?
Any tips would be helpful. I'm new to this web world, so if I'm using a wrong paradigm or something feel free to speak up.
Any tips would be helpful. I'm new to this web world, so if I'm using a wrong paradigm or something feel free to speak up.