Wednesday, October 26, 2016

How to insert Identity values in the Non-Identity column in SQL Server?

Here I am going to discuss how to insert identity value in the non-identity column.

Tuesday, October 25, 2016

SQL Query to fetch table name that have "Name" into column

Here I am discussing about SQL Query to find table name that have column name.

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.

Friday, October 21, 2016

Asp.Net: jQuery function Validate MaxLength of TextMode="MultiLine" of textbox

I am discussing, How to validate the "MaxLength" of "TextBox" or whose TextMode="MultiLine"?