i have a problem. I have a Razor Textbox:
@Html.TextBox("imp", amount, new { @class = "alignRight", size = 5 })
I would like that , in input, user will write only decimal values. How can i do? I think jquery could help me...but...what's the id of that textbox?
Yes you can do via Jquery and Javascript as well
And regarding Id, you can do it via class as well. In your case it will be
Also from http://www.webdeveloper.com/forum/showthread.php?124756-Stop-pasting-of-invalid-text-into-decimal-only-textbox.