What is the function of the CustomValidator?
a) It allows for custom C# client-side code to validate
entries in a control.
b) It allows for a custom mixture of validator controls to
use one central control for the display of messages.
c) It uses scripted client-side code to validate the entry
in a control.
d) It uses server-side code to validate the entry in a control.
Answer Posted / vipin solanki
Answer is c:-
Because at a time asp.net validation and javascript dont
run together to come up this problem. custome validation is
given where we can run javascript for it means
a scripted client-side code to validate the entry
in a control.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
witch is the best insistute in sharpoint course.what abt future of share point course.
Define cookie.
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain parts of assembly?
How does exception management works in ASP.NET?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Which method is used to enforce garbage collection in .net?
Disable Mouse right click on web page in asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
How can u debug your .net application?
How can we access static variable?
What is a web api? Which protocol is used in a web api?
Which protocol is used to call a web service?
Can I stream live content/events?