Tutorials by Dotnetindex.com

Tutorials in index: 123
Tutorial views: 20600

<<  |  <  |  1  |  2  |  3  |  >  |  >>

A timesaver control: GridView

Popular A timesaver control: GridView

ASP.NET 2 has got several new foucs on development. The GridView control automates many of the features of the DataGrid control. You have a full control on viewing, sorting, paging and editing.

Using File Uploading Control

Popular Using File Uploading Control

.NET comes with great features. Anymore your do not need any additional code libraries to upload files to your web server. Microsoft.NET includes itself a file upload wizard. I've used Visual Web Developer 200

Updating Records Using Stored procedure

Popular Updating Records Using Stored procedure

This code source is focusing on creating a simple stored procudure updating records in a table. Code is simple and clear, you may modify this code to use in your applications. To work on the code create a sample database and run this sql script .

Custom Paging results in ASP.NET using A Better Way

Popular Custom Paging results in ASP.NET using A Better Way

This source code is very useful for all web developers who wants to divide their database results into pages. You can easily modify source code to use in your applications. Script can display numbers of total pages and a Next/Previous link.

Database Access Within an Assembly

Popular Database Access Within an Assembly

We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.

Using Data Shape to create hierarchical recordsets

Popular Using Data Shape to create hierarchical recordsets

In this code code snips; we will create hierarchical recordsets using data shaping. We will create a new table using two data table. We will list results of one table with sub-records related to master table.

Searhing Using Index Server

Popular Searhing Using Index Server

You can create a simple search engine to use in your site getting power of you index server. You can directly upload script to your server and run it.

SQL Script for Stored Procuder Samples

Popular SQL Script for Stored Procuder Samples

This sql script creates a sample table to use for some code snipts. First create a database and run this code in Query Analyzer.

Adding Records Using Stored procedure

Popular Adding Records Using Stored procedure

This code source is focusing on creating a simple stored procuder to add items into a SQL Server. If you use stored procuders, your applications will work faster and performance will be better.

Deleting Records Using Stored procedure

Popular Deleting Records Using Stored procedure

We will continue working on our sample table. Now we will delete some records using stored procuder. To work on the code create a sample database and run this sql script.

<<  |  <  |  1  |  2  |  3  |  >  |  >>

Affiliates