NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Screen Scraping (AKA Web Fetching) using ASP.NET
38561 Screen Scraping (AKA Web Fetching) using ASP.NET http://www.beansoftware.com/ASP.NET-Tutorials/Screen-Scraping-Web-Fetching.aspx Screen Scraping, in terms of programmer means fetching data from a website into your application. To talk more technically, it is actually a way by which your application extracts data from the output of some other program. This technique is basically making the request and parsing the response. This can help you in a tremendous way. You can scrape all products from a website and put them in your application or save them in a spreadsheet, you can do comparisons by scraping data from multiple sites and do research or analysis. ASP.NET > Tips and Tutorials Jul 1, 2008 Richard Bean send email to Richard Bean

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Screen Scraping (AKA Web Fetching) using ASP.NET:


Other links owned by this user
In the business layer you have all the domain classes with their variables, properties and methods. The variables contain the status of your business entity and are hidden to the outer world by using data hiding (private, protected). Public properties provide the data of these variables to client applications while methods implement the business logics.
It's common used to have a Facade in front of your business classes to provide communication with the client application or presentation layer. A facade combines all the methods that can be used from outside in one single class and makes it easier for others to use the business layer since it's not needed to know how everything works behind the facade.
Category:

A Photo / Images upload script created in php mysql, it allows members to upload images, photos to your website.
Category:

A user friendly content management system which incorporates a whole range of powerful user functions that will give you the control you need to promote your business online.

Install into your current web site or package with a new web site design.
Category:

DotNetPanel is unique feature-rich solution for simplifying Windows hosting management operations.


It manages multiple servers, has robust, scalable and secure architecture, it's very simple in use, offers competitive pricing and great support!
Category:

DMXReady Testimonials Manager allows your customers, clients, and website visitors post their own testimonials onto your website:
Category:

Are you seeking a cheap but professional software solution to start your own online gambling portal? Our Online Casino Software Package offers just that! Packed with 28 professional unique online casino games, a complete user- friendly interface and a stunning admin panel our Script is the best Online Casino Software solution on the market.
Category:

R-Mail is a family of email recovery utilities for damaged files and deleted messages created by Microsoft Outlook* (later referred to as "Outlook") and Microsoft Outlook Express* (later referred to as "Outlook Express") software.
R-Mail utilities are based on the highly effective IntelligentRebuild Email recovery technology that allows R-Mail software users to repair damaged *.pst and *.dbx files and restore lost e-mail messages just in three steps.
Category:

ComicShout is a free, open source web comic publishing script written in PHP. The script uses MySQL along with an easy to use control panel to publish, edit, delete and display comics. ComicShout features a very simple to use themeing engine allowing you to display your comic strip exactly how you want to.
Category:

Our Job Portal Script enables you to run your own job portal online. The script automatically grabs jobs from well known job sites and populates your database every two hours. Additionally, the script allows you to accept job listings yourself. The included admin interface allows you to approve or decline pending job listing submissions.
Category:

A very simple and powerfull banner rotator javascript !!!!
Banner type : image / flash !!
Category:

You can start your own url redirection service like tinyurl at an extremely low price.
Category:

DT Centrepiece is a free content management system (CMS) for commercial or personal use. DT Centrepiece combines enterprise-class features, with excellent customisation so you can make your website stand out from all the others!
Category:

Crystal clear sound even for both low and high-bandwidth? Free VoIP telephony and chat features for Pocket PC and Windows Mobile? Windows and Linux Server support? Then you really should decide on conaito VoIP EVO SDK for Pocket PC!
Category:

This script is designed to manage new articles in bulk. Also it allows to manage new articles manually more easily, automatically detecting some potential problems in articles
Category:

Welcome to the Tell A Friend demo. In here you can test our script by filling form below. Predefined e-mail message will be sent to each e-mail address you specify in following form. Number of fields for friends' email adresses is configurable. Also, you may or may not request sender's email address. The email can be sent from sender's email adress or from predefined email address. Username of sender's email address will be used as sender's name in email message.
Category:

Learn how to make advanced drop down flash menu using the action script code. You will also learn the following Flash techniques:

1. How to design drop down flash menu,
2. How to change the color of your drop down menu,
3. How to create the invisible button,
4. How to use Reverse effect,
5. How to apply action script code on menu, using the action script panel and much more!
Category:

Magic Thumb™ is a neat way of enlarging thumbail images using a JavaScript effect similar to a lightbox.
Category:

Calendar is one of the Rich Web Controls available in ASP.NET.
Calendar is used to display a one-month calendar. Users can use this control to view dates or select a specific day, week, or month. The following table lists some properties of the Calendar control:
Category:

-Space is a fully functional MySpace Type Community WEB Application. We have created a MySpace clone that is actually more user friendly. This MySpace feel Web Application will allow you to run a site Like MySpace, and enjoy all the benefits of creating your own Web Community!
Category:

This is a Java â„¢ Technology Calendar Component ready to use in Swing applications.
Either used as a simple date picker or as a professional calendar component, Calendar Component v5.0 Professional has all the features required to quickly integrate date selection in your application.
Category:

Other links at ASP.NET > Tips and Tutorials
When surfing web sites, some times when you see a decent application of some sort e.g. forum, news site etc, you might have wanted to know what type of application is this? what is it running on? Well, this article seems to answer that. In this article we'll build a very simple ASP.NET single page application that will allow us to see the server of any given web site. Although this method doesn't tell us what operating system that site is running on, if you are clever enough you can make a good guess by looking at the server name.
Category:

Extensible Markup Language (XML) is a meta-markup language that provides a format for describing structured data. XML is the universal language for data exchange on the Web. XML gives developers the power to deliver structured data from a wide variety of applications to the desktop for local computation and presentation. Microsoft .Net framework provides integrated support for XML programming through core XML classes.2.0 with sample code in VB.NET.
Category:

This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object
Category:

The task of sending e-mails has become much easier in ASP.NET. In previous versions of ASP we either used a third party component or the limited functionality of CDONTS component for sending emails. The .NET framework provides simpler but powerful class libraries for sending emails. These classes are in the System.Web.Mail Namespace. Following table lists the classes and their use :

Class Purpose
MailAttachment To construct an email attachment.
MailMessage To construct an email message.
SmtpMail To send an email attachment using the SMTP mail service.
Category:

In this tutorial, we will learn the basics of developing and creating PNG charts on-the-fly using ASP.NET 2.0 and C#. The charts will be line chart, bar chart, and area chart. We will then incorporate these charts in our website statistics application. For demonstration purposes, we will display two charts on our reports page, which will display the daily unique users and page views for the last 12 months. These two will be area charts.
Category:




Main Category
192
2037
816
286
175
1802
1222
911
1163
7478
70
907
59
2222
174

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19493
Categories: 1275
Registered Users: 748
Mailing List Subscribers: 2046
Unique Outgoing Hits: 227533

Pagerank Statistics
PR 10
1 site(s)
PR 9
13 site(s)
PR 8
32 site(s)
PR 7
256 site(s)
PR 6
778 site(s)
PR 5
1901 site(s)

PHP News