Posted on: 3/30/2011 1:39:05 AM | Views : 1396

Hello all,
I have made a html parser which around 20 people will use. I need to get their data that will be taken sent to the database. This part I am not sure how to proceed. I was hoping to WebRequest Class so the connection information to the database won't be on the application. Can anyone point me to where I can further read about doing this? My data that will be sent is date, place, position, level, and relation. I will be using Godaddy SQL servers. I have the string with that info sent with a comma to separate and was hoping the web page could automatically receive the file, separate each data and put it into the database. Many thanks.
...

Go to the complete details ...