Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey I need to get the words that say "thishere" in the html of a webpage in a web-browser as seen below in C#:
HTML
<td class="day17">
    <dl class="calendar-day">
        <dt>17 <span>Thursday</span></dt>
        <dd class="only-child">thishere</dd>
    </dl>
</td>


If anyone can help it would be GREATLY appriciated.
Posted
Updated 19-Jun-10 19:07pm
v2

Add the runt="server" attribute to the html element and a HtmlGenericControl will be created on the server-side for it.
 
Share this answer
 
v2
Hello, I found this[^] and this[^]. I hope they will help you. Good luck!
 
Share this answer
 
Comments
[no name] 11-Jul-10 16:56pm    
Reason for my vote of 1
Not helpful at all. The latter example is for WinForms when the OP is using ASP.NET

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900