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
Why is global asax is used?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
WSDL means?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is full trust in asp.net?
What is asp.net mvc5? : Asp.Net MVC
How do I send an email message from my ASP.NET page?
Can the unique key be null?
How tooltip is set through code-behind in ASP.NET?
Define satellite assemblies.
Explain the difference between value type and reference type?
Where is the session stored?
What is protected configuration?
Out of ASP or ASP.NET which one is stateless?
Where can I get the details on migration of existing projects using various technologies to asp.net?