H
HRsoft Informática
ASP.NET 3.5 / VWD express 2008
Gridview, dynamically created and populated.
All the coluns are created dynamically, like this:
..........................
Dim coluna11 As New BoundField
...............
coluna11.DataField = "s_email"
coluna11.HeaderText = "Email"
coluna11.ItemStyle.Wrap = False
GridHistorico.Columns.Clear()
GridHistorico.Columns.Add(coluna11)
etc....
I need this column, an email, hyperlinked like: mailtothe content of the
column)
Thanks in advance
Gridview, dynamically created and populated.
All the coluns are created dynamically, like this:
..........................
Dim coluna11 As New BoundField
...............
coluna11.DataField = "s_email"
coluna11.HeaderText = "Email"
coluna11.ItemStyle.Wrap = False
GridHistorico.Columns.Clear()
GridHistorico.Columns.Add(coluna11)
etc....
I need this column, an email, hyperlinked like: mailtothe content of the
column)
Thanks in advance