What tags do you need to add within the asp:datagrid tags to
bind columns manually?
Answer Posted / joseph
First set AutoGenerateColumn False, then set the
DataSourceID and DataKeyNames properties. Of course, you
also need to specify the columns.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define the term Web Garden?
What are cao and sao.
What are the advantages of using Master Pages?
Is post back property in asp net?
Where is asp.net session stored?
What language is asp.net written in?
What is the difference between executescalar and executenonquery?
Distinguish between Server-side and Client-side code?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is data binding in asp net?
What is cross page posting in asp net?
How to handle errors in Web API?
Explain ViewState?
How would you enable impersonation in the web.config file?