Name two properties common in every validation control?
Answer Posted / chandu
1.control to validate
2.Error message.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is meant by asp.net?
What are cao and sao.
How many types of state management are there in asp net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How do you secure your connection string information?
How do you store a value in viewstate and retrieve them?
What are the major built-in objects in ASP.NET?
What are client activated objects and server activated objects?
Is it true that a Web service must be written in .NET or not?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is asp net application object?
Explain the difference between debug.write and trace.write? When should each be used?
Differentiate between a hyperlink control and a linkbutton control.
In which event of the page viewstate is available?