How to RemoveChild from HtmlElement from C#
- From: "Vin" <kgvinayak@xxxxxxxxx>
- Date: 6 Feb 2006 10:10:43 -0800
Hi,
I have a webbrowser control in my winform. There is an html in the
webbrowser which has a table, and many child <tr>s and <td>s inside it.
I want to delete a specific <tr> node completely from the html. (I dont
want to do style = "display:none"). I want to do RemoveChild("id of the
tr") of the table, on some button click.
There is no RemoveChild available on HtmlElement.
MS experts, MVPs....any clues on how to do this?
Cheers,
Vin
.
- Follow-Ups:
- Re: How to RemoveChild from HtmlElement from C#
- From: NuTcAsE
- Re: How to RemoveChild from HtmlElement from C#
- Prev by Date: Re: Windows service and net drive
- Next by Date: Re: App "Freezes" when getting atom feed
- Previous by thread: Debugging Unmanaged ActiveX or COM
- Next by thread: Re: How to RemoveChild from HtmlElement from C#
- Index(es):