K
Keith G Hicks
I have a GridView on a page called "MissingPersons.aspx". One of the columns
is an unbound hyperlink column. I do not want to show the "select" column in
the grid. So "Enable Selection" is not checked. The grid is a list of
missing people. Visitors can look at the list and click the hyperlink column
to navigate to another page where they can fill in info on that person.
The GridView has 3 other columns (in addition to the hyperlink column
mentioned above). They are MissingPersonID (primary key of the table the
grid is based on); FirstName; LastName.
I need code in the page with the GridView that finds the value of the 3
columns and then passes those values to the 2nd page which will show all 3
values in TextBoxes.
I have no idea where to even begin on some of this. I'm using VB (not using
code-behind). I need some soft of event that fires when the user clicks the
hyperlink column and then set the 3 values somewhere and then navigate to
the 2nd page where it can see those values.
Thanks,
Keith
is an unbound hyperlink column. I do not want to show the "select" column in
the grid. So "Enable Selection" is not checked. The grid is a list of
missing people. Visitors can look at the list and click the hyperlink column
to navigate to another page where they can fill in info on that person.
The GridView has 3 other columns (in addition to the hyperlink column
mentioned above). They are MissingPersonID (primary key of the table the
grid is based on); FirstName; LastName.
I need code in the page with the GridView that finds the value of the 3
columns and then passes those values to the 2nd page which will show all 3
values in TextBoxes.
I have no idea where to even begin on some of this. I'm using VB (not using
code-behind). I need some soft of event that fires when the user clicks the
hyperlink column and then set the 3 values somewhere and then navigate to
the 2nd page where it can see those values.
Thanks,
Keith