65.9K
CodeProject is changing. Read more.
Home

Customary Functions of GridView in ASP.NET 3.5

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.55/5 (30 votes)

Oct 3, 2007

CPOL
viewsIcon

95076

downloadIcon

2639

The most advanced things which you can do with GridView in ASP.NET 3.5

Screenshot - GVDemo.gif

Introduction

The following project contains the ordinary functions which are used by ASP.NET 2.0 programmers through GridView control.

I live in Iran. All the expressions and data of this project are in Persian language. I have not had sufficient time to prepare them in English. ;)

The main features of this project are:

  1. 3-tier architecture
  2. Inline insert, inline update and "multi select, 1 click" to delete selected records!
  3. Paging with a new method which has a capability of SQL Server 2005
  4. Inline search via JavaScript
  5. Shows the details of a record by using AJAX and Client Callbacks
  6. Creates output with Excel, Word and Text formats
  7. Context Menu
  8. And many other features…

I'm going to expand this project.

You can follow it through the updated article. You can also see a demo of this project here.

Updated

  • Now in C# language and VS.NET 2008!
  • Rewrote DAL and BLL from scratch (OOP and very powerful)
  • No need to attach database in SQL Server (2005/2008)
  • A bug fixed
  • Now following .NET coding rules

Happy programming!