Different type of validation controls in asp.net ?

Answer Posted / divya

regular expression validator
required field validator
custom validator
compare validator
range validator
validation summary

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1764


Explain model, view and controller represent in an mvc application? : asp.net mvc

519


What is the difference between stored procedure vs function?

579


How do we implement bundling in MVC?

595


How does session work?

510






Why do I get error message "could not load type" whenever I browse to my asp.net web site?

633


What is .net framework and what are the main components of it?

376


What is the difference between system.stringbuilder and system.string

266


What is the difference between runtime version and version?

509


Give me one example of Web API Routing?

602


What kind of data we can store in viewstate?

580


Where can I get the details on migration of existing projects using various technologies to asp.net?

522


Define xmlvalidatingreader class.

570


how to include timer or counting time to display next page in asp.net

1605


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1379