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

Learn ASP.NET Tutorial
36222 Learn ASP.NET Tutorial http://www.visualbuilder.com/aspnet/tutorial/pageorder/1/ This ASP.NET tutorial covers the basics of Microsoft ASP.NET. The content covered in this ASP.NET tutorial introduces you to the ASP.NET technology, its history, important terminologies, how to set the ASP.NET environment up on your computer and show you how to write your first page in ASP.NET. Our ASP.NET tutorial gives you code examples and includes video movies. ASP.NET > Tips and Tutorials Nov 5, 2007 Visual Builder send email to Visual Builder

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

Bookmark Learn ASP.NET Tutorial:


Other links owned by this user
Learn how to create on a simple way, with no action script code very useful picture animation in flash which you can use for any picture presentation, animation, flash banner, flash site
Category:

GlassBox is a compact Javascript User Interface (UI) library, which use Prototype and Script.aculo.us for some effects. With GlassBox you can build transparent border, colorful layouts and "Flash-like" effects. The GlassBox library .. * is easy to use * is customizable and skinnable * comes with a coherent API (CSS based parameter) and a short introduction * includes a basic Ajax XHR for dynamic content loading * is tested with IE 6 + 7, Firefox 2, Opera 9 and Safari 3 (mac + win) * and is an open source project under MIT license http://www.glassbox-js.co m
Category:

This script animates the background of the page changing its colour when the mouse is moved.
Category:

Free CSS Toolbox is a freeware productivity software for web developers who work with CSS code.

Free CSS Toolbox includes a number of tools for fast-tracking and enhancing the development of style sheet code, such as an advanced CSS Formatter and CSS Validator.
Category:

Learn hot to create photo gallery in Ruby On Rails -- basically a list of jpeg images with uploading/editing support. Command-line ImageMagick tools are used to generate thumbnails and determine image width and height. No Rails plugins or Ruby libraries (like RMagick) required.
Category:

This very simple plugin was built for my own use. The idea was to make one call for my checkbox, update to the database, and an effect. This plugin is easy to use and install, i dont have it setup in an svn yet so you will need to download it and place it in RAILS_ROOT/vendor/plugins/HERE.
Category:

RSS Library for .NET
A .NET class library for RSS feeds providing a reusable object model for parsing and writing RSS feeds.
Category:

In this tutorial made for Flash 8 , you will see how to create advanced top flash menu using the Action Script.
Category:

So easy, even a grease monkey can do it!(*) OpenAutoClassifieds is a free, open source vehicle classifieds manager. Intended to be both easy to install and easy to administer, OpenAutoClassifieds uses PHP to drive a MySQL backend, thus creating a tool which is fast and flexible. The original script was written by Jon Roig and rewritten by me. Open source is great isn't it, thanks Jon.
Category:

Earn 100% From Google Adsense! This website allows job seekers to upload or build their resumes and the Employers to post their Jobs or view resumes for free. This site provides you a full command over your earning from advertisements on the site.
Category:

Advertising Module - Generate unlimited revenue from your chat room with the ability to add rotating adverts (including Google Adsense) to your chat room. more details
Category:

As you will see in this tutorial I have continued to use the parseCSVComments() function from the previous tutorial. This ensures that your data is going to come out how you want it to appear in the CSV.
Category:

IMAP stands for Internet Message Access Protocol. It is a method of accessing electronic mail or bulletin board messages that are kept on a (possibly shared) mail server. In other words, it permits a "client" email program to access remote message stores as if they were local.

IMAP's ability to access messages (both new and saved) from more than one computer has become extremely important as reliance on electronic messaging and use of multiple computers increase, but this functionality cannot be taken for granted: the widely used Post Office Protocol (POP) works best when one has only a single computer, since it was designed to support "offline" message access, wherein messages are downloaded and then deleted from the mail server. This mode of access is not compatible with access from multiple computers since it tends to sprinkle messages across all of the computers used for mail access. Thus, unless all of those machines share a common file system, the offline mode of access that POP was designed to support effectively ties the user to one computer for message storage and manipulation
Category:

An online calendar application which gives you the ability to add a dynamic events calendar to your website or intranet.
Category:

Create an image with text and give it a font. The image is automatically sized to the text. You can give it a font, text color, background color, margin, and font size.
Category:

Learn how to apply transformation effect on any object with no Action Script. For this example, I will apply this effect on some picture.
Category:

Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc.
Category:

This software monitors TCP and UDP open ports and connections on your computer. It displays open port information, type of the connection, process ID and process name, local and remote port numbers, remote connection IP and state. This utility may help you to detect trojans and malicious software. You may close unwanted TCP connection right from this application or export the list of the connection for further research. Monitoring features include TCP/UDP display filter and desplayrefresh timer control.
Category:

Create your online games site.
Category:

This package implements a CAPTCHA validation solution using groups of images and associated questions. It can generate a form to let a user pick images for one or more groups of images stored in a MySQL database. The user must pick the right images according to the questions associated to the group of images being presented.
Category:

Other links at ASP.NET > Tips and Tutorials
In classic ASP, the Session object was held in process (as was everything) to the IIS process and therefore any crash to the IIS or apps pool being reset will cause the whole Session object being resetted. Hence this will make the Session objects not reliable at all and cannot be used to stored important data especially if your website is dealing with client login information or e-commerce type of website. In ASP.NET 2.0, new features has been introduced to make the Session objects more reliable and robust.
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:

The tutorial shows you how to create stored procedures, after which you'll see how to use stored procedures in an ASP .NET web application.
Category:

Introduction: We all talk about webservices, webservices can do this and webservices can do that. But when we are asked to make one, we hesitate. Maybe it's because we never made a webservice before, and all the time playing with Webforms and Windows Forms or even Console Applications. By the way, I love Console applications. In this article, I will show you how to create a simple webservice that is consumed by a Console application client.
Category:

VB.NET 2005 Tutorials: Adding Controls - In this tutorial let's discuss about Adding Controls to a Windows Form, Adding Controls using Windows Forms Designer, Adding Controls Dynamically and Setting properties of Controls. Sample source codes used in this tutorial are included. Forms are containers for control objects. All controls have properties, methods and events that can be used to customize their functionality. Controls can be manipulated in the designer mode and code can be added to dynamically add controls at run time.
Category:




Main Category
185
2034
801
286
174
1803
1129
909
1161
7393
70
905
59
2200
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: 19263
Categories: 1275
Registered Users: 735
Mailing List Subscribers: 2043
Unique Outgoing Hits: 228407

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
38 site(s)
PR 7
291 site(s)
PR 6
827 site(s)
PR 5
2012 site(s)

PHP News