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
Define repository pattern in mvc.net? : asp.net mvc
What is the importance of Global.asax in ASP.NET?
Why SessionID changes in every request in asp.net?
What is voluum?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is content place holder?
What is viewstategenerator?
What is new asp.net core?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Which method do you use to enforce garbage collection in .net?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is Web API?
What is meant by asp.net?
What is mvc in asp.net tutorial? : Asp.Net MVC
How to disable cut, copy and paste in TextBox using jQuery in asp.net?