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 caspol.exe tool used for?
What is difference between viewstate and session in asp net?
Differentiate between client-side and server-side validations in web pages.
Explain State management in asp.net
Can we use a static function with a non-static variable?
What is the adavantage of using ASP.NET routing?
What is Pre-Render event in ASP.NET?
What are the new data controls in asp.net 2.0?
What is cookies cache and session?
What is the mvc framework?
Explain MVC model binders?
In which event are the controls fully loaded?
What are the disadvantages of using session?
Where is the session stored?
How can we Validate a Controls in ASP.NET page using JavaScript?