Quantcast
Channel: ASPSnippets RSS Feed
Browsing all 4751 articles
Browse latest View live
↧

Check Special Characters using Regular Expression (Regex) in JavaScript

Here Mudassar Ahmed Khan has explained with an example, how to check Special Characters using Regular Expression (Regex) in JavaScript. This article will illustrate how to use Regular Expression which...

View Article


Regular Expression (Regex) to exclude (not allow) Special Characters in...

Here Mudassar Ahmed Khan has explained with an example, how to use Regular Expression (Regex) to exclude (not allow) Special Characters in JavaScript. This article will illustrate how to use Regular...

View Article


Check if TextBox contains Special Characters in JavaScript

Here Mudassar Ahmed Khan has explained with an example, how to check if TextBox contains Special Characters in JavaScript. This article will illustrate how to use Regular Expression which allows...

View Article

Check if String contains only Alphabets (Letters) and Numbers (Digits) using...

Here Mudassar Ahmed Khan has explained with an example, how to check if String contains only Alphabets (Letters) and Numbers (Digits) using JavaScript. This article will illustrate how to use Regular...

View Article

ASP.Net: Add (Insert) Items (Options) to DropDownList on Button click using...

Here Mudassar Ahmed Khan has explained with an example, how to dynamically add (insert) Items (Options) to ASP.Net DropDownList on Button Click using JavaScript. The Items (Options) Text and Value...

View Article


Maximum Length validation for TextBox using JavaScript and jQuery

Here Mudassar Ahmed Khan has explained with an example, how to implement maximum Length validation for TextBox using JavaScript and jQuery. HTML TextBox does have MaxLength property but it does not...

View Article

Change TextBox TextMode to Password using JavaScript

Here Mudassar Ahmed Khan has explained with an example, how to change TextBox TextMode to Password using JavaScript. The TextMode of a TextBox is decided by its Type attribute i.e. text or password....

View Article

TextBox Character Counter: Count number of characters in TextBox using...

Here Mudassar Ahmed Khan has explained with an example, how to build a TextBox Character Counter using JavaScript i.e. Count number of characters in TextBox using JavaScript. This article will...

View Article


Dynamically change HTML INPUT Type using JavaScript

Here Mudassar Ahmed Khan has explained with an example, how to dynamically change HTML INPUT Type using JavaScript. This article will illustrate how to dynamically change the Type attribute of HTML...

View Article


Change HTML INPUT Type from Password to Text using JavaScript

Here Mudassar Ahmed Khan has explained with an example, how to dynamically change HTML INPUT Type from Password to Text using JavaScript. HTML does not allow the Type attribute to be modified with...

View Article

Change TextBox TextMode to Password using jQuery

Here Mudassar Ahmed Khan has explained with an example, how to change TextBox TextMode to Password using jQuery. The TextMode of a TextBox is decided by its Type attribute i.e. input or password. HTML...

View Article

Dynamically change HTML INPUT Type using jQuery

Here Mudassar Ahmed Khan has explained with an example, how to dynamically change HTML INPUT Type using jQuery. This article will illustrate how to dynamically change the Type attribute of HTML TextBox...

View Article

Change HTML INPUT Type from Password to Text using jQuery

Here Mudassar Ahmed Khan has explained with an example, how to dynamically change HTML INPUT Type from Password to Text using jQuery. HTML does not allow the Type attribute to be modified with jQuery...

View Article


Get selected (checked) CheckBox Row values of GridView using JavaScript in...

Here Mudassar Ahmed Khan has explained with an example, how to get selected (checked) CheckBox Row (Cell) values of GridView using JavaScript in ASP.Net. When the Button is clicked, all the CheckBoxes...

View Article

Get selected (checked) CheckBox Row values of GridView using jQuery in ASP.Net

Here Mudassar Ahmed Khan has explained with an example, how to get selected (checked) CheckBox Row (Cell) values of GridView using jQuery in ASP.Net. When the Button is clicked, all the CheckBoxes...

View Article


Get selected (checked) CheckBox Row values of HTML Table using JavaScript

Here Mudassar Ahmed Khan has explained with an example, how to get selected (checked) CheckBox Row (Cell) values of Html Table using JavaScript. When the Button is clicked, all the CheckBoxes inside...

View Article

Get selected (checked) CheckBox Row values of HTML Table using jQuery

Here Mudassar Ahmed Khan has explained with an example, how to get selected (checked) CheckBox Row (Cell) values of HTML Table using jQuery. When the Button is clicked, all the CheckBoxes inside the...

View Article


Detect Browser Name, Version, Platform, OS, Mobile or Desktop in JavaScript...

Here Mudassar Ahmed Khan has explained with an example, how to detect Browser details such as Name, Version, Platform, OS, Mobile or Desktop in JavaScript using jQuery. The jQuery Browser Plugin will...

View Article

Display Text when CheckBox is checked or unchecked using JavaScript and jQuery

Here Mudassar Ahmed Khan has explained with an example, how to display Text when CheckBox is checked (selected) or unchecked (unselected) using JavaScript and jQuery. When the CheckBox is clicked based...

View Article

Display TextBox when CheckBox is checked in ASP.Net using C# and VB.Net

Here Mudassar Ahmed Khan has explained with an example, how to display TextBox when CheckBox is checked in ASP.Net using C# and VB.Net. The CheckBox will be assigned OnCheckChanged event handler and...

View Article
Browsing all 4751 articles
Browse latest View live