Which two properties are on every validation control?
Answers were Sorted based on User's Feedback
Answer / sivasubramanian hariharan
We have two common properties for every validation controls
1. Control to Validate,
2. Error Message.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / shashi kant jangir
There are two common properties for every validation controls
1. Control to Validate.
2. Error Message.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manish
1-Control to validate
2-Error Massage
This is two properties who use in every validation control.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is namespace in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
What is .net3.0 and .net3.5?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is meant by .Net framework?
How does the .NET framework work?
Which ports are used by viruses? UDP/TCP?
What is the use of design pattern?
Explain what is the difference between a class and an object?
Is .net a language?
What are the deferred execution and the immediate execution in linq?
Which server tag comes from server when we submit any data