What tags do you need to add within the asp:datagrid tags to
bind columns manually
Answer Posted / p.ramakrishna
Column tag and an ASP:databound tag.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the validation controls available in ASP.NET?
Explain how can we access static variable?
In which situation can you not use a viewstate?
Why do we need asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
What is the life cycle of web page?
How do I upload a file from my ASP.NET page?
calling result set one procedure to anothar procedure in sql2000
Disable browser cache for entire ASP.NET website?
What is IPostBack? How to use it?
What is application variable in asp.net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is difference between web config and global asax?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is a Cookie? Where is it used in ASP.NET?