i am binding data in Gridview control in page load event
how to get a selected column's data in a string from the Gridview control
(ie)It is the primary key of that table,so for every row selected by user there will be a primary key ID column bounded to it..... so i need to get that ID & with this ID, i need to link with the next page of my web application
using Visual Studio 2005 asp.net C# 2.0
kumartyrPosted Oct 28, 2013, 12:46 AM
it is a forum, if the user clicks on button present in the side of every particular question that has been asked previously, he can view the replies given by other users
so for every question posted there is a unique id will be generated behind and will be posted in gridview..please see the image attached
if the View Button is clicked the corresponding question's replies should be shown on another Gridview in another page with question on the top and replies on the below as like the picture..so for tracking the question i need to get the question ID [column is hidden] in string in the VIEW BUTTON click event
i think you understand my requirement better now
Jaganathan BantheswaranPosted Oct 26, 2013, 8:48 AM