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


Please Help Members By Posting Answers For Below Questions

Define repository pattern in mvc.net? : asp.net mvc

735


What is the importance of Global.asax in ASP.NET?

751


Why SessionID changes in every request in asp.net?

743


What is voluum?

741


Explain a program using code nuggets to create a simple application? : asp.net mvc

742


What is content place holder?

711


What is viewstategenerator?

925


What is new asp.net core?

761


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

692


Which method do you use to enforce garbage collection in .net?

703


Can you explain how ASP.NET application life cycle and page life cycle events fire?

779


What is Web API?

827


What is meant by asp.net?

709


What is mvc in asp.net tutorial? : Asp.Net MVC

766


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

860