473,406 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

ASP.NET Beginner trying to screen scrape, where do i start??

Hi,

I have three years experience programming with Java so am programming
language literate. I have to implement a tool to 'screen scrape' and it
is apparent that this is simplest using the .NET framework normally
with C.

I have many examples (with source) that I understand but need help with
the technical basics of ASP.NET.

How does this stuff compile? how to run it? tutorials? good development
environments?

Any input is received greatfully.

Regards,

Alan

Feb 15 '06 #1
4 1343
If you can use 2005, Visual Studio Web Developer Express makes (a) compiling
and (b) running very easy.

It's free
http://msdn.microsoft.com/vstudio/express/vwd/download/

Karl
--
http://www.openmymind.net/
http://www.fuelindustries.com/
<al*********@conocophillips.com> wrote in message
news:11*********************@g43g2000cwa.googlegro ups.com...
Hi,

I have three years experience programming with Java so am programming
language literate. I have to implement a tool to 'screen scrape' and it
is apparent that this is simplest using the .NET framework normally
with C.

I have many examples (with source) that I understand but need help with
the technical basics of ASP.NET.

How does this stuff compile? how to run it? tutorials? good development
environments?

Any input is received greatfully.

Regards,

Alan

Feb 15 '06 #2

Since Asp.NET 2.0 just came out, my first advice is to lable your questions
as "1.1" or "2.0".
There are different answers for each, so after you decide which one you will
use, then label your questions appropriately.

Do you already have VS2003 (1.1), or VS2005 (2.0).

Unlike the Java IDE (Borland, etc), the IDE's are a little more hard
connected to the version of VS. (Aka, in Borland , if I remember, you had
some flexibility on which Java version you used).

Do you want free/cheap?
Do you want better?

The "Express" editions are free, but you get some limits, and a few
features. Ex: With VS2005, there is a WebControl ...which allows you to
put an Image on a web page using a stream. This WebControl isn't available
wiht the Express editions.

VS2005 Professional would be what I would get, if free wasn't the biggest
issue.

If not, then you can get the Web Express
Visual Web Developer 2005 Express Edition
(get instructions here
http://www.asp.net/
)

At the end of the day, ASP.NET (development tools) are just super duper
fancy tools for creating html on the client. But they are super-duper, and
make things very nice. Ex, you need a calender on your web page. Drap a
WebControl (a calender) on your IDE web form. Boom. When you compile and
run the page, all the <table><tr><td> tags are created for you....... You
don't have to do it.

You also get "Code Behind" pages, where you can handle events, and get to
your BusinessLayer objects.

...


<al*********@conocophillips.com> wrote in message
news:11*********************@g43g2000cwa.googlegro ups.com...
Hi,

I have three years experience programming with Java so am programming
language literate. I have to implement a tool to 'screen scrape' and it
is apparent that this is simplest using the .NET framework normally
with C.

I have many examples (with source) that I understand but need help with
the technical basics of ASP.NET.

How does this stuff compile? how to run it? tutorials? good development
environments?

Any input is received greatfully.

Regards,

Alan

Feb 15 '06 #3
Thanks for the responses,

I think i'm going to use 2.0 and probably start out with the free
development environment, until i have a better feel for the technology.

Any good basic tutorials out there?? other than the microsoft effort.

A

Feb 15 '06 #4
re:
Any good basic tutorials out there?? other than the microsoft effort.
This one is quite good :

http://msconline.maconstate.edu/tutorials/ASPNET2/

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<al*********@conocophillips.com> wrote in message
news:11*********************@f14g2000cwb.googlegro ups.com... Thanks for the responses,

I think i'm going to use 2.0 and probably start out with the free
development environment, until i have a better feel for the technology.

Any good basic tutorials out there?? other than the microsoft effort.

A

Feb 15 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jim Hubbard | last post by:
Anyone know of a control (or code showing how to) scrape addresses from a web page? Thanks for your help!
0
by: Jason Steeves | last post by:
I have one .aspx form that my users fill out and this then takes that information and populates a second .aspx form via session variables. I need to screen scrape the second .aspx form and e-mail...
3
by: Ollie | last post by:
I know you can screen scrape a website using the System.Net.HttpWebResponse & System.Net.HttpWebRequest classes. But how do you screen scrape a secured website (https) that takes a username &...
12
by: Blaze | last post by:
I am doing the first walk through on the Visual Studio .Net walkthrough book to learn a little about programming. I am having issues with the first tutorial not running correctly. It seems that...
2
by: Rob Lauer | last post by:
I have written two completely separate web applications that cannot talk directly to one another (applications "A" and "B"). Application "A" has a form that takes some input (radio buttons,...
5
by: crjunk | last post by:
I have a screen scrape page that allows the user to submit a url. When they hit submit, the page is returned back to them on my screen scrape page. Which computer actuall connects to the url to...
7
by: Swanand Mokashi | last post by:
Hi all -- I would like to create an application(call it Application "A") that I would like to mimic exactly as a form on a foreign system (Application "F"). Application "F" is on the web (so...
7
by: ljr2600 | last post by:
Hello, I'm very new to python and still familiarizing myself with the language, sorry if the post seems moronic or simple. For a side project I'm working on I need to be able to scrape a...
1
by: newdev | last post by:
Hi All, Can somebody maybe please help me? - how do i screen scrape data from a dos application / window to .net application by using c#? - how do i screen scrape data from a dos application /...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.