Articles Archive for March 2009
Javascript »
JavaScript String Replace All
Today When I was working I came across the need to replace all the “’†marks with null or with nothing like “†as the “’†mark produces an error while handling with database I have the StringBuldier Class and could replace all at once but to use that it will be a server side code that means irrespective of anything on textchanged event the page should be postback so I decided to use the JavaScript function replace ()
Now the problem with this JavaScript String Replace …
