HyperLink



Hi, I have a grid with a HyperLink and the hyperlink needs to link:
SomePage.aspx?ID=CodeID coming from some column on table on SQL Server, the
grid is already binded with the DB, but I dont know how to code the
hyperlink

What is the code on RowDataBound?

Can you help me?

Thanks!

Asp.net 2.0 C# VS 2005


.



Relevant Pages

  • Re: Listbox inside a DataGrid
    ... As I mentioned I have a grid and the gird has dropdown box as a column and i ... have one more column that has hyperlink. ... Then add an event handler in the code ... I am able to render the page with the datagrid and the lisbox values. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Choosing a datagrid column
    ... I want to display a column in a datagrid such that each item/row in ... hyperlink, it doesn't redirect to another page or even to itself. ... the grid my own defined class that derives from DictionaryBase. ... MemberName and Email. ...
    (microsoft.public.dotnet.framework.adonet)
  • Choosing a datagrid column
    ... I want to display a column in a datagrid such that each item/row in ... hyperlink, it doesn't redirect to another page or even to itself. ... the grid my own defined class that derives from DictionaryBase. ... MemberName and Email. ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Re: Programmatically populate a GridView
    ... TemplateField in your grid rather than BoundField and then add the Hyperlink ... I am trying to populate a GridView with data being read from a call to a web ... I also tried creating a HyperlinkField and also a ButtonField and setting ...
    (microsoft.public.dotnet.framework.aspnet)
  • Choosing a datagrid column
    ... I want to display a column in a datagrid such that each item/row in ... hyperlink, it doesn't redirect to another page or even to itself. ... the grid my own defined class that derives from DictionaryBase. ... MemberName and Email. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading