Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Customary Functions of GridView in ASP.NET 3.5

0.00/5 (No votes)
25 Mar 2009 1  
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!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here