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 to produce an assembly?

0 Answers  


When should I use .net core?

0 Answers  


How viewstate is being formed and how it is stored on client in .net?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


What is WSDL and disco file ?

3 Answers   CybAge, IBM, TCS,






Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

1 Answers   Siebel Systems,


What is JIT and how is works?

3 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


What is the difference between response.redirect & server.transfer?

0 Answers  


What is .net environment?

0 Answers  


what is prototype design pattern in .net

0 Answers   Infosys,


How will you register com+ services?

1 Answers  


Categories