Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Iron Speed Designer - ASP.NET tutorial


Iron Speed Designer generates database and reporting applications for .NET in minutes, straight from your database. Quickly create visually stunning, feature-rich Web 2.0 applications that are easy-to-customize and ready-to-deploy. If you need an app built today, use Iron Speed Designer! Simply point to an existing database and let the Iron Speed Designer wizards build a sophisticated, database-driven application that’s ready to deploy. In just minutes, Iron Speed Designer generates your application’s Web pages, user interface code and data access logic. Say ‘good bye’ to hand-coding ASPX pages and SQL statements. Iron Speed Designer eliminates routine infrastructure programming, freeing you to focus on your business logic. You can customize every aspect of your application, from its visual style to the underlying code. Applications have a straightforward class hierarchy that makes it easy to extend and preserve your code modifications. You enjoy unrestricted access to 100% of the code, and there are no run-time license fees or special server software requirements for applications built with Iron Speed Designer.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Web Parts
Web Parts
Because rendering an ASP.NET Web form is broken down into small, manageable chunks, arbitrarily extending the framework by adding new controls is a straightforward affair. Server-side controls offer very fine-grained control over the HTML rendered by your application.

In this tutorial we get a taste of Web Parts. The topic of Web Parts could take up an entire tutorial—they represent a whole new level of interaction with Web sites. Web Parts are in many ways like custom controls. They give you a way to customize the HTML coming out of your Web site without having to hard-code the output of your page.

Category: ASP.NET tutorials - Difficulty:
Enterprise Library : Using Logging Application Block
Enterprise Library : Using Logging Application Block
Enterprise Library : Using Logging Application Block
Category: ASP.NET tutorials - Difficulty:
PostBack to a different page
PostBack to a different page
Tutorial on how you can PostBack from one page to another. By default in ASP.NET 1.0 and 1.1 PostBack is done to the same page. We will see how we can get around this. Also, you will see how the PostBackUrl property in ASP.NET 2.0 makes this easier.
Category: ASP.NET tutorials - Difficulty:
Using the .Net System.Net Class
Using the .Net System.Net Class
In this article we cover using the System.Net class to make an HTTP request and return the status code. In addition, we'll cover handling the HTTP response and binding it to an XSL transformation.
Category: ASP.NET tutorials - Difficulty:
A Simple Contact Form
A Simple Contact Form
This is a very basic contact form which can be used for any kind of website. Web form contains name, email, subject and message inputs. When visitor ckicks send button, script send all informatiom from contact form. .
Category: ASP.NET tutorials - Difficulty: