Datagrid versus Gridview

G

Guest

The code below works fine in a DataGrid.
<asp:TemplateColumn HeaderText="Select">
<ItemTemplate>
<%# GetLink(Container.DataItem) %>
</ItemTemplate>
</asp:TemplateColumn>
What is the corresponding syntax for Gridview?
 

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

Datagrid versus Gridview 2
ASP.NET Datagrid 1
wrapping text in datagrid 1
DropDownList DataGrid 1
Display datagrid records 6
Item Template problem in Datagrid 1
Controls 2
Error referencing Datagrid table cell 3

Members online

Forum statistics

Threads
474,266
Messages
2,571,074
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top