<html>
<head>
</head>
<body oncontextmenu="return false" >
</body>
</html>
http://www.w3schools.com/jsref/event_oncontextmenu.asp
rowString = rowString.Replace('"', ' ').Trim();
http://stackoverflow.com/questions/12740486/want-to-remove-the-double-quotes-from-the-strings
<head>
</head>
<body oncontextmenu="return false" >
</body>
</html>
http://www.w3schools.com/jsref/event_oncontextmenu.asp
rowString = rowString.Replace('"', ' ').Trim();
http://stackoverflow.com/questions/12740486/want-to-remove-the-double-quotes-from-the-strings
No comments:
Post a Comment