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

Disable browser caching in ASP.NET - ASP.NET tutorial


Tutorial explaining how to disable browser caching in ASP.NET.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



A Look at ASP.NET and Microsoft SQL Server
A Look at ASP.NET and Microsoft SQL Server
An introduction to ASP.NET and SQL Server, in the context of comparing it with PHP and MySQL.
Category: ASP.NET tutorials - Difficulty:
Generating Random Number Using RND Function And Randomize Statement
Generating Random Number Using RND Function And Randomize Statement
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Category: ASP.NET tutorials - Difficulty:
ASP.net Making dynamic meta tags
ASP.net Making dynamic meta tags
mplement dynamic meta tags to all of your asp.net pages with just one line of code, after you have imported my class file, you can either download it read it and rewrite my asp.net code below.
Category: ASP.NET tutorials - Difficulty:
  Implementing AJAX Code Customizations in Generated Applications
Implementing AJAX Code Customizations in Generated Applications
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:
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: