What tags do you need to add within the asp:datagrid tags to
bind columns manually?
Answer Posted / pramod prakash
<asp:DataGrid ID="gridename" runat="server">
<Columns>
<asp:BoundColumn ataField="fieldname"></asp:BoundColumn>
</Columns>
</asp:DataGrid>
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a default skin and a named skin?
Define static member?
What is meant by asp.net?
How can you pass multiple complex types in Web API?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What are the asp.net server side objects?
How about the security in Activex DLL and Activex EXE ?
What is application Object?
What is session authentication?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is the use of web.config and machine.config files?
How to Insert/Add in ASPXgridview
What is a postback in asp net?
Explain Features in ASP.NET
What is a postback url?