Substring vs Substr | Javascript
The substring() method extracts the characters from a string, between two specified indices, and returns the […]
Remove Special Characters (like !, %, &, #) from String | Javascript
No, this post is not about dieting or anything like that… but to remove Special Kharacters. […]
Response.End()
This is added after the text needed in the response stream is written using the Response.Write() […]
Calling Web Service From Javascript
Hi my post explains how to call web service frm java script using AJAX. If the […]
Unselectable Text
There are many methods and options to make text unselectable on a website, but not all […]