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
How to find last error which occurred?
What is tracing? Where is it used?
Explain the difference between server control and html control.
What is Web API Routing?
Name some asp objects?
What are the Types of state management techniques
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Which .NET framework supports Web API?
What is redirecting behavior?
To display data in a Repeater control which template you provide?
Which is the parent class of the ASP.NET server control?
Where is http session stored?
How can you enable impersonation in the web.config file?
What are the advantages and disadvantages of Using Cookies?
What are the difference between function and stored procedure in .net programming language?