Showing HTML table in Winform Control
C#
3
Posts
2
Posters
0
Views
1
Watching
-
How can I display a HTML table in a winform control like textbox or lable or any other control? Please help me ASAP...
-
How can I display a HTML table in a winform control like textbox or lable or any other control? Please help me ASAP...
-
If you're using .NET 2.0, you can use the WebBrowser[^] control to the display the table on your form or composite control.
:( .Net 1.1, Is there any way to do this over there?