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

What is the difference between response.write & response.output.write?

0 Answers  


Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?

2 Answers   Value Labs,


How to convert a .NET object into COM operabililty?

0 Answers   Petranics Solutions,


How to create properties and methods using controls?

0 Answers   CGI,


What are The Main Difference Between Client-server Based Applications and Web Based Applications

1 Answers   CTC,


Do you know what's the difference between .net and laravel?

0 Answers  


What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture

2 Answers   Deloitte,


What are the similarities and difference between class and structure in .net?

0 Answers  


Without UDDI, is it possible to access a remote web service ?

1 Answers   RR, TCS, Tech Mahindra,


When should I use .net core?

0 Answers  


Will it go to finally block if there is no exception happened?

0 Answers  


Describe the difference between inline and code behind which is best in a loosely coupled solution?

1 Answers  


Categories