Which two properties are on every validation control?
Answer Posted / aadesh kumar
We have two common properties for every validation controls
1. Control to Validate,
2. Error Message.
What tags do you need to add within the asp:datagrid tags to bind columns manually ?
< asp:DataGrid id="dgCart" AutoGenerateColumns="False" CellPadding="4" Width="448px" runat="server" >
< Columns >
< asp:ButtonColumn HeaderText="SELECT" Text="SELECT" CommandName="select" >< /asp:ButtonColumn >
< asp:BoundColumn DataField="ProductId" HeaderText="Product ID" >< /asp:BoundColumn >
< asp:BoundColumn DataField="ProductName" HeaderText="Product Name" >< /asp:BoundColumn >
< asp:BoundColumn DataField="UnitPrice" HeaderText="UnitPrice" >< /asp:BoundColumn >
< /Columns >
< /asp:DataGrid >
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I spawn a thread?
Explain what is the difference between odbc and ado?
Explain the difference between managed and unmanaged code?
What is cyclomatic complexity and why is it important?
How to load the contents of an xml file into an xmldocument object?
Explain the difference between task and thread in .net?
What is heap and what is stack?
Explain boxing and unboxing in .net.
Name the classes that are introduced in the system.numerics namespace.
Is .net core managed code?
Is there built-in support for tracing?
What is the use of immutability?
Tell me about secure socket layer? How to make use of the technology?
What is the single responsibility principle?
Explain .NET architecture?