- only numbers must be in that textbox
- that entries have to be in 100 between 500
- TextBox Needed to include 3 Decimal Places
i dont want any mistakes while values inserting to database.
Do i need to use jQuery or ASP.NET Validation Controls ?
if jQuery is useful one then which plugin will i use else for asp.net RegEx Validator which Validation Expression will i use? Or is there any free ASP.NET Extended TextBox ?
Thanks.