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 |
Explaing your project.
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
What is file extension of Webservices in .Net?
What does mean by .net framework?
Explain what are possible implementations of distributed applications in .net?
How Can Creating Installation Components in .Net?
C++ & C# differences ?
Please explain is the jit an interpreter?
How do you generate a strong name?
Explain what is a manifest in .net?
What?s a proxy of the server object in .NET Remoting?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?