Hi Thanks for your reply..
I used two validation controls..
One is regualr expression for geting alpha numeric value and
the other one is range validator to give maximum and minimum lenght
I gave maximum lenght as 15 and minimum lenght as 7..
when I debug I am getting an exception
Exception Details: System.Web.HttpException: The MaximumValue 15 cannot be less than the MinimumValue 7 of RVP.
Is there anything wrong with usage of Range validator ???
Regards
MSB