What is the syntax for datagrid and specifying columns ?
Answer Posted / dagam
<asp:GridView ID="GridView1" runat="server" Width="335px">
<Columns>
</Columns>
</asp:GridView>
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is cache in asp net?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How will you maintain versioning in asp.net 2.0?
What is view state and how it works in asp net?
Who is using asp.net?
What is a viewstate?
What is the difference between GridView and Repeater controls in ASP.NET?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is the difference between equals() and == in c#?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are server side controls?
What is the use of session in web application?
What is considered a service provider?
What is page fragment caching?
How do you store a value in viewstate and retrieve them?