displaying single quotes and double quotes
I am using ASP with MS Access. I store "orange" in database table. Now when i retrive this value and show it on page, it works fine.
When i retirve this value and show in text box it display fine.
i using <input type=text value='<%=querystring%>'>. But when i need to display 'apple',it cannot work. Please give me a solution to include both double quote and single quote.
How can i display full value in text box.
|