Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you use a custom validator? When might you want to
use one?

Answer Posted / santosh bind

when using the complex validation like text should not contain the max 50 char

protected void cusCustom_ServerValidate(object sender, ServerValidateEventArgs e)
{
if(e.Value.Length == 10)
e.IsValid = true;
else
e.IsValid = false;
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of express session?

1032


Explain the overview of asp.net?

1077


How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

1028


how to write html code with ssl

2166


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

1248


What is the difference between ldap and active directory?

1131


How to make paging concepts in datagrid in ASP.NET?

1077


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

971


What are all the various Estimation Techniques available ?

1146


Explain file-based dependency and key-based dependency.

1046


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

1158


How long do session variables last?

1014


Give an example of cookie abuse.

1123


What is the difference between debug and release?

1141


How many types cache in asp net?

1127