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

Counting Records In ASP.NET - ASP.NET tutorial


The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0
Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0
This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0.
Category: ASP.NET tutorials - Difficulty:
Sending Email from an Application
Sending Email from an Application
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:
Installing AJAX Toolkit for Visual Studio .NET 2008
Installing AJAX Toolkit for Visual Studio .NET 2008
In this tutorial, we will be looking at one of these extenders to create a Password Strength indicator, which extends an ASP.NET TextBox, and also the AJAX Accordion.
Category: ASP.NET tutorials - Difficulty:
ASP.NET Checkbox
ASP.NET Checkbox
Learn how to use the checkboxes in ASP.NET and get the status of a checkbox
Category: ASP.NET tutorials - Difficulty:
Displaying XML Data in an ASP.NET page
Displaying XML Data in an ASP.NET page
The .NET framework provides the Dataset object which is designed to handle data abstractly independent of the data source. The DataSet can handle data from variety of sources like SQL, XML etc. In this article we'll show you how to bind a data grid control to data in an XML file using the DataSet class.
Category: ASP.NET tutorials - Difficulty: