Which two properties are on every validation control?

Answers were Sorted based on User's Feedback



Which two properties are on every validation control?..

Answer / guest

Control to validate
Error Message

Is This Answer Correct ?    24 Yes 2 No

Which two properties are on every validation control?..

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

Which two properties are on every validation control?..

Answer / guest

control to validate and errormessage

Is This Answer Correct ?    3 Yes 0 No

Which two properties are on every validation control?..

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

Which two properties are on every validation control?..

Answer / sravya

control to validate &error message

Is This Answer Correct ?    1 Yes 0 No

Which two properties are on every validation control?..

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

Which two properties are on every validation control?..

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

Post New Answer

More Dot Net General Interview Questions

How can you assign an rgb color to a system.drawing.color object?

0 Answers  


What are remotable objects in .NET Remoting?

1 Answers  


Explain about major components of the .NET framework.

1 Answers  


Which method do you use to redirect the user to another page without performing a round trip to the client?

4 Answers   Siebel Systems,


What is Ajax design pattern in .NET?

0 Answers  






How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


In code behind class, name the type of code found. Is it the server side code or client side code?

0 Answers   Accenture,


what is machine key error in .NET how can we solve it?

0 Answers  


What is the purpose of IClonable interface in .NET?

0 Answers   Sans Pareil IT Services,


What is the Difference between a sub and a function?

9 Answers   Wipro,


Please explain what is the difference between encrypting a password and applying a hashing?

0 Answers  


Explain what are possible implementations of distributed applications in .net?

0 Answers  


Categories