Monday, October 24, 2016

Asp.Net : Best way to restrict "Backspace" and "Delete" key on inputbox

Here i am phasing problem to restrict "Backspace" and "Delete" key on textbox. I am using JQuery calendar with the textbox. Here i want to restrict user input from keyboard to reduce the validation to check date.

Sunday, October 23, 2016

Asp.Net : Best way to restrict "Backspace" and "Delete" key on inputbox

Here i am phasing problem to restrict "Backspace" and "Delete" key on textbox. I am using JQuery calendar with the textbox. Here i want to restrict user input from keyboard to reduce the validation to check date.

Saturday, October 22, 2016

Asp.Net :RegularExpressionValidator to Validate MaxLength of TextMode="MultiLine" of textbox

In this post, I am discussing RegularExpressionValidator. And I am using validation expression for the multiline textbox. But this is validated on the server side.