Dot Net Interview Questions and Tutorials By Dr. Rajesh Rolen
function htmlEncode(value){ return $('').text(value).html(); } function htmlDecode(value){ return $('').html(value).text(); }
Post a Comment
No comments:
Post a Comment