What tags do you need to add within the asp:datagrid tags to
bind columns manually?
Answer Posted / sunayana
Set AutoGenerateColumns Property to false on the datagrid tag
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is preprocessor in .net and type, where it use?
List the asp.net validation controls?
What is asp.net globalization?
What is page request in asp.net?
What are the various ways to send content from one page to another?
What are the steps involved to fill a dataset?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What symbol would you use to denote, the start of a code block in aspx views?
Explain difference betn dataset and recordset?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the difference between mvc and asp.net? : Asp.Net MVC
What is hidden field in asp.net?
What are the advantages and disadvantages of session?
Define authentication and authorization.