Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2007, 12:28 PM
Registered User
 
Join Date: Feb 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Logging into a site and downloading a file

I would like to log into my CC site and download statements in a specific format. Not quite sure how to do this. I would like to create this and set this up as a windowns service.

Any advise on where to start.

 
Old June 9th, 2007, 02:05 PM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm developing windows Application using C#... The App is basically a search app. when a support user(
assume the support guys ) searches for specific record... the query returns say some 100 rows and i display those data in a DATAGRIDVIEW control...

I need couple of things in this.:
1). In my Windows Form i have two buttons for sorting the Queue say like UP and DOWN arrow.
- The user will select a single row in the Search Results list and then select the “Up” or “Down” navigation buttons to order the jobs
      ---> The “UP” navigation button will update the database to indicate the order this job will be executed (decrement the order by 1)
        ---> The “UP” navigation button will move single jobs up in the queue by 1 row, causing the Search Results to refresh showing the new location of the selected job

and vice - versa on click of the DOWN arrow...((increment the order by 1))

2) when the user click UP arrow she should be able to go directly to the row where the Status is of type Queued and the place the selected row before this (queued ) row..

The columns i have:

JobType Country TimeStarted TimeFinshed Status
CP SA "2007-02-17 "2007-05-07 Success
00:00:00.000" 00:00:00.000"

IP NA "2007-02-17 "2007-02-18 Queued
00:00:00.000" 00:00:00.000"

PP FR "2007-02-16 "2007-02-17 Failed
00:00:00.000" 00:00:00.000"

PG IN "2007-02-17 "2007-02-19 Queued
00:00:00.000" 00:00:00.000"

- The “Up” and “Down” navigation buttons only apply to jobs that are of a status “Queued”



 
Old June 9th, 2007, 03:07 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Bob don't hijack posts. This has absolutely nothing to do with the OP's question. Loki, please explain further, are you trying to write a windows service that will go out to X website and download x file?

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
 
Old June 10th, 2007, 09:59 AM
Registered User
 
Join Date: Feb 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

That is correct! Here is the long description of what it is that I am trying to do. I have Credit Card statements that I would like to keep on a regular basis. I belive that they only keep them for a specific period and if you want further records they charge you for it. I would like to setup a service that will go to a specific page and grab the PDF/XLS file which ever I choose. Of course I would like to setup something that will compare file name / file size to see if it is downloading the same file. (But one thing at a time). First I would like to know who it is that I can get a the website w/ or w/out web interface and input (user creds) and select specific page based off link by the Credit Card company.

Thanks Dparsons.






Similar Threads
Thread Thread Starter Forum Replies Last Post
SSIS - Built-In Logging / Custom Logging ivobecker23 SQL Server 2005 0 April 21st, 2006 05:41 AM
Downloading a File RobC ASP.NET 2.0 Basics 4 February 4th, 2006 09:37 PM
Logging File Access Read & Write ntbluez VBScript 1 November 13th, 2003 12:43 AM
Downloading ZIP File from FTP Site [email protected] VS.NET 2002/2003 2 July 20th, 2003 05:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.