Datagrid Hyperlink

  • Thread starter Thread starter Sonny Sablan
  • Start date Start date
S

Sonny Sablan

I am trying to make an editcommandcolumn with a hyperlink but want the edit
text to be the RecordID...

How is this done?

Thanks

Sonny
 
Set a function to be called during the binding event, and set your first
column, which i am guessing is where your edit column is, to the recordid.

I think you can also do this in the html part but i always do this at the
binding.
 
Back
Top