Auto Post form data to server

  • Thread starter Thread starter panyb
  • Start date Start date
P

panyb

Hi,
Can anybody help to look into this: I have an intranet site,
everytime when I want to collect data, users go to the page, login,
input form data and submit. And now, I have a lot of datas in excel
file(or i can change it to text file), is there any method or how to
program to let me submit those information automaticly so that I don't
need to submit those information one by one?
I think this can be done, because MS Web Application Stress Test Tool
can record login, post data and all these things. But I don't know how
to do it by myself.
Anybody give me a hint?

Thanks in advance!
 
you can read the excel file ,
and save to a Dataset,
then you can save to the database server ... ?
 
Because there is a lot of business logic in the web application, not
only those direct data transfer, your suggestion can only solve part of
my problem. What I want is uploading data through http and session must
be considered.

Any further suggestion?

Thanx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top