• 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.

link|improve this question
feedback

4 Answers

up vote 1 down vote accepted

This jquery plugin works great, and it's very customizable. http://digitalbush.com/projects/masked-input-plugin/#demo

Remember, even if the control/plugin you use is very good and limits the user to what you want, you should still verify on the server side because users can bypass your controls with cross-site scripting

link|improve this answer
feedback

Take a look at the MaskedEditExtender from the AjaxControlToolkit. It might be what you need.

link|improve this answer
feedback

Look at the Ajax Toolkit and use the Masked Edit Extender, its very easy to use :-) http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/MaskedEdit/MaskedEdit.aspx

link|improve this answer
feedback

check this Ajax Toolkit

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.