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 ArticleRegular 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 ArticleCheck 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 ArticleCheck 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 ArticleASP.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 ArticleMaximum 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 ArticleChange 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 ArticleTextBox 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 ArticleDynamically 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 ArticleChange 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 ArticleChange 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 ArticleDynamically 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 ArticleChange 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 ArticleGet 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 ArticleGet 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 ArticleGet 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 ArticleGet 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 ArticleDetect 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 ArticleDisplay 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 ArticleDisplay 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