What tags do you need to add within the asp:datagrid tags to
bind columns manually
Answer Posted / p.ramakrishna
Set AutoGenerateColumns Property to false on the datagrid tag
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is bound controls
What is data binding in asp net?
Does asp.net still recognize the global.asa file?
What are the event handlers that we can have in global.asax file?
How to manage different kinds of sessions in ASP.NET?
Which method do you use to enforce garbage collection in .net?
List down the sequence of methods called during the page load.
Why do we use datasource in asp.net?
How can we prevent browser from caching an aspx page?
What is the difference between globalization and localization?
What are session objects?
What is the difference between adding reference in solution explorer and adding references by using ?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is synchronous and Asynchronous post back ?