Answers

Question and Answer:

  Home  ASP.NET 2.0

⟩ What tags do you need to add within the asp datagrid tags to bind columns manually?

<asp:TemplateColumn>

<HeaderTemplate >

Somename

</HeaderTemplate>

<ItemTemplate>

<%# DataBinder.Eval(Container, "DataItem.columnname") %>

</ItemTemplate>

</asp:TemplateColumn>

 186 views

More Questions for you: