save data in server

  • Thread starter Thread starter ebiweb
  • Start date Start date
E

ebiweb

Hi all,
i'm trying to find a solution and need your help please.
suppose we have a internet server and an application in diffrent
cities.
1-i make a form in server side and application should download it(like
in xml format ) via internet.
2- users fill the form and send the data in server database with
application( winform).

step 1 in easy and i've done it.but what about step 2 ?
thnx for your helps,
regards,
ebim
 
Hi all,
i'm trying to find  a solution and need your help please.
suppose we have a internet server and  an application in  diffrent
cities.
1-i make a form in server side and application should download it(like
in xml format ) via internet.
2- users fill the form and send the data in server database with
application( winform).

step 1 in easy and i've done it.but what about step 2 ?
thnx for your helps,
regards,
ebim

what r u using in the client?
you could use WebClient to do something like that.
 
what r  u using in the client?
you could use WebClient to do something like that.

thnx for your reply

i am trying to do all the jobs with winform insted the web forms.

after that users fill the data, i save data in xml file.and want to
upload it to server.
a program running at the server read that file and update the server
information.

this my idea ,is it possible?

regards, ebiweb
 
Back
Top