ProgTalk - Your archive for all source code

ASP.NET Articles

ProgTalk » Articles » ASP.NET
37 Active articles:

Understanding basic concepts of inheritance

Posted by: RajibNumber of views: 696Posted on: 2009-11-29T23:27:02.98-07:00.
This tutorial gives an explanation of what inheritance is and how it can be used. It outlines basic fundamental concepts of inheritance, when to create and use inheritance and implementation of inheritance from any .NET, ASP.NET and OO project.

How to destroy a cookie in c#, vb.net and asp.net

Posted by: RockinNumber of views: 1149Posted on: 2009-09-27T18:07:16.757-07:00.
A simple function that shows how one can destroy a cookie in languages C#, VB.NET and ASP.NET

Understanding the Basic Concepts of a .NET Class.

Posted by: RajibNumber of views: 691Posted on: 2009-09-25T20:33:19.673-07:00.
This tutorial gives an explanation of what a class is and how it can be used. It outlines the basic concepts of a class, when a class should be created, and how to call a class from any .NET or ASP.NET project.

LINQ To SQL - Select Query Example in Visual Studio 2008

Posted by: RajibNumber of views: 1009Posted on: 2009-09-21T15:31:53.09-07:00.
A very simple article showing how to perform a select query using Linq.

How to use the Wizard Control in ASP.NET and C#

Posted by: RockinNumber of views: 5265Posted on: 2009-02-22T20:11:00-07:00.
Here we will create two pages, the Default which contains the wizard, and a Complete.aspx page which we will display after the user has finished.

Get all files of directory and sub directories using ASP.NET, C#, and VB.NET

Posted by: RockinNumber of views: 27813Posted on: 2009-02-22T20:11:00-07:00.
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory.

How to bind dropdownlists using datasource databind sources.

Posted by: RajibNumber of views: 4041Posted on: 2009-01-07T20:28:38-07:00.
Source code showing how to bind to a dropdownlist using a a datasource.

ASP.NET - Adding Client Side Message Boxes

Posted by: BapsNumber of views: 1088Posted on: 2008-09-22T00:00:00-07:00.
Using confirmation message boxes in javascript with your asp.net applications.

How to use a SqlDataReader to retrieve data using Sql.

Posted by: RajibNumber of views: 977Posted on: 2008-09-01T00:00:00-07:00.
Simple code to extract data from your database using System.Data.SqlClient.SqlDataReader.

ASP.NET Web.Config - Configuring the ASP.NET Web.Config for your IIS web applications

Posted by: RajibNumber of views: 3577Posted on: 2008-07-14T00:00:00-07:00.
ASP.NET Web.config configuration, Web.config features, and integration with ASP.NET web applications. Learn how to configure the ASP.NET Web.config to debug, authorization, authentication, impersonation, error handling and more...