Hyperlink in Grid view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using ASP.Net 2.0 and VS 2005.
One of the GridView columns is a bound HyperLink that sends me to a new
aspx page. I bound it's DataText property with some field in the
database.when I click this hyperlink it should redirect me to anothr page and
also I want to grad the value of first cell in the selected row. How can I do
that.
 
Bobby,

Make sure you hyperlink is properly formatted. Also if you edit the value of
any cells of the selected row, you can use (there are numbers of different
ways) SelectedIndexChanged event to modify a cell value.

Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

HyperLink from GridView 7
Hyperlink field in grid view 1
HyperLink 1
Hyperlink in GridView 1
Grid view 1
How to add an hyperlick column to grid view 2
Grid view 1
Gridview row index of HyperLink field - how to? 2

Back
Top