views:

49

answers:

3

http://www.dsebd.org/latest_PE_all2_08.php

above url contain information want to save is database ms2008. How to save this value .

A: 

You want the data of the whole page to be saved into SQL database only once or need to update automatically after some interval of time.

need to add ,update.Plz send some syntax
shamim
+2  A: 

You'd need to create a table in your database with columns similar to the ones in your page. Then you'd extract that information from the page and insert it into your database.

Joseph Paterson
Not going to do your homework for you my friend. This might help:http://tinyurl.com/y9e69gt
Joseph Paterson
@Joseph Paterson Imgtfy is really cool
Aakash Chakravarthy
A: 

You have to write a parser which will extract the page data and then have to store it in ms2008 Database. And you can even update the data as per you time requirement by the given Trading code.

Helping links

C# HTML parser

Parsing HTML in Microsoft C#

Azhar