G
Guest
Hello
anybody knows how i can strip out the html from a control's innerhtml to show only the relevant text? i.e
<span id="test1" runat="server"><a href="test1.htm">abcde</a><b>blah</b></span
so that on my server side code, somehow i would get "abcde blah"?
thanks!
anybody knows how i can strip out the html from a control's innerhtml to show only the relevant text? i.e
<span id="test1" runat="server"><a href="test1.htm">abcde</a><b>blah</b></span
so that on my server side code, somehow i would get "abcde blah"?
thanks!