Help : Converting HTML Table to a DataSet

218 views
Skip to first unread message

nikhil gaitonde

unread,
Aug 28, 2008, 2:02:02 AM8/28/08
to DotNetDe...@googlegroups.com
 

Hello everyone,
 
Can anyone help me in converting a HTML table into a dataset?
 
Regards,
 Nikhil

Cerebrus

unread,
Aug 29, 2008, 12:31:06 AM8/29/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Not unless you provide more details.

Arsalan Tamiz

unread,
Aug 29, 2008, 1:01:03 AM8/29/08
to DotNetDe...@googlegroups.com
Maybe there can be 2 methods (can be more)
 
1) Method #1:
a) Create a DataSet having a DataTable
b) Parse the HTML (string manipulation) copy each row in that DataTable
 
2) Method #2:
a) Parse the HTML and convert it into XML (string manipulation)
b) Create DataSet using that XML

Cerebrus

unread,
Aug 29, 2008, 4:13:16 AM8/29/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Or XHTML.

On Aug 29, 10:01 am, "Arsalan Tamiz" <sallus...@gmail.com> wrote:
>
> 2) Method #2:
> a) Parse the HTML and convert it into XML (string manipulation)
> b) Create DataSet using that XML
>
> On Thu, Aug 28, 2008 at 11:02 AM, nikhil gaitonde <nikhi...@gmail.com>wrote:
>
>
>
>
>
> > Hello everyone,
>
> > Can anyone help me in converting a HTML table into a dataset?
>
> > Regards,  Nikhil- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages