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
Give 2 examples for scenarios when routing is not applied?
What is difference between asp state management and asp.net state management?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is a viewstate?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is inproc and outproc?
Why does my asp.net file have multiple tag with runat=server?
What is a web api? Which protocol is used in a web api?
How do we assign page-specific attributes?
Is asp.net a programming language or framework?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What are the different types of cookies in asp.net?
What are the advantages and disadvantages of Using Cookies?
Explain about secure socket layer?
Difference between using directive vs using statement?