Automating web entry at ASP web site

1 view
Skip to first unread message

Alan

unread,
Jul 3, 2009, 11:48:48 AM7/3/09
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Hi. I am new to ASP, so please excuse the naive question. . . .

I would like to automate data entry into and trigger processing of a
web form that uses ASP. That is, I would like to programmatically
enter the data and trigger it being processed, instead of manually
entering the data.

What language would you recommend for this?

Can you point me to any good resources on this to read? I have been
unable to find anything on this topic.

Thanks, Alan

Brandon Betances

unread,
Jul 3, 2009, 12:07:51 PM7/3/09
to DotNetDe...@googlegroups.com
I hope your not talkin about traditional ASP...

The_Fruitman

unread,
Jul 3, 2009, 12:13:17 PM7/3/09
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I don't think it matters if he's talking about classic ASP or
ASP.NET. His post seems to revolve around creating an application to
act as though a user is entering data into a web page and then causing
that web page to process the data by causing the page to be posted to
the server.

Brandon Betances

unread,
Jul 3, 2009, 11:55:23 PM7/3/09
to DotNetDe...@googlegroups.com
Certainly does matter. First off, this is a .NET group, not classic ASP. Second, the way I see it it doesnt make much sense. Say you have a few thousand records you want to enter into a database, you enter them manually. If you want to enter the info automatically, where does this info come from? A database?! Or a text file maybe. Then you could perform recursion I guess over each line of the file, but I don't feel a website is the best place to do this. We need a lot more details, Alan.

Alan

unread,
Jul 3, 2009, 8:45:53 PM7/3/09
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Yes, that is right. Alan

Brandon Betances

unread,
Jul 4, 2009, 3:44:49 AM7/4/09
to DotNetDe...@googlegroups.com
What is right? I gave you a few options there. WE NEED DETAILS!

Alan

unread,
Jul 4, 2009, 7:47:03 PM7/4/09
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
It is ASP.NET, and the data I want to feed it automatically originates
from a text file.

Alan
Reply all
Reply to author
Forward
0 new messages