how to fetch html text into string variable
-
hello all, I want to fetch the static text written at html design page and then fetched data be entered into some variable at code-behind. could anyone know the code to do so?
-
hello all, I want to fetch the static text written at html design page and then fetched data be entered into some variable at code-behind. could anyone know the code to do so?
You might face problem of having some html into string variable. Please use the class "HttpUtility" and it method/property as required.
Thanks, Arindam D Tewary
-
hello all, I want to fetch the static text written at html design page and then fetched data be entered into some variable at code-behind. could anyone know the code to do so?
-
hello all, I want to fetch the static text written at html design page and then fetched data be entered into some variable at code-behind. could anyone know the code to do so?
Hi do you mean web scraping/harvesting ? April 1 - :laugh:
-
hello all, I want to fetch the static text written at html design page and then fetched data be entered into some variable at code-behind. could anyone know the code to do so?
I think you have problem for getting server side error when enter html code in textbox. For the security reason asp.net does not allow this. But you can enable it by making <%@ Page validateRequest="false" %>
Mohan