Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello sir
i want to how to save html whole contain into sql sever.
Posted
Updated 12-Jul-21 11:43am
Comments
uspatel 16-Dec-11 5:54am    
do you want store html tags into sql server

1 solution

You need to make a Window application using webbrowser to loading webpage by url,
then write a vb.net code which able to extract all data via document.getElemntbyId('<body id>'), Now you should store in text/string and stored it a database(sql server or other one)
 
Share this answer
 
Comments
Rohit Sharma706 16-Dec-11 7:37am    
thanks sir,
i understand that if you give me a example that is good for me.

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