Go to Google Groups Home    DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Re: [DotNetDevelopment] Re: Automating web entry at ASP web site

Brandon Betances <bbetan...@gmail.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.