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

How does session work in asp net?

549


What is the difference between application state and session state in asp net?

500


Who generates session id?

484


How can you implement the postback property of an asp.net control?

521


How to use ipostback?

584






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

484


What are the features of asp.net mvc?

521


Where is the view state data stored?

560


How do I send an email message from my ASP.NET page?

523


What is the good practice to implement validations in aspx page?

624


Is it possible for me to change my aspx file extension to some other name?

574


What is server side session management?

520


What are the data controls available in asp.net?

497


How to turn off cookies for a page?

571


Does google crawl redirects?

509