Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I'd like to create a parser that pulls a table from somewhere in an HTML document and assigns each row name to its corresponding integer value. Does anyone know how to do this in either C# or T-SQL?

Any help or hints would be much appreciated. Thanks!
Posted
Comments
PSK_ 13-Jun-10 1:10am    
Do you want to get the data from database and render it to HTML?

Maybe something here can help you in parsing the html.
 
Share this answer
 
Your requirement doesnt makes sense. If you want to do it in Server side, you can easily loop through the Rows and columns and parse each of them.

If you want it in client side, you can use document object to get into row and columns.

Please let me know why you need this ?
 
Share this answer
 

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