Fetch HTML code
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I have multiline textbox which will has input as HTML code,How to fetch a particular data from that?
string sText = TextBox1.Text;
Never underestimate the power of human stupidity RAH
-
Hi, I have multiline textbox which will has input as HTML code,How to fetch a particular data from that?
Have a look at this thread: http://www.codeproject.com/script/Forums/View.aspx?fid=1649&msg=2814423[^]
The need to optimize rises from a bad design. My articles[^]