« Back to Suite Examples


obout ASP.NET Grid examples (version 7.0.5, released on November 16, 2010)

Select the examples you want to see:   
ASP.NET
   
C#
   
VB.NET



Appearance - 1

Populating with Data - 13

Add/Edit/Delete - 25

Record Selection - 13

Columns - 22

Paging - 8

Sorting - 4

Filtering - 23

Templates - 35

Scrolling - 15

Grouping - 13

Totals / Sub-Totals - 6

Master / Detail - 30

Exporting - 13

Accessibility - 2

Localization - 2

Client-Side Events - 2

Server-Side Events - 3

Printing - 4

Validation - 3

Integration - 22

ASP.NET AJAX - 7

State Keeping - 3

Other Features - 16

Mode - 2

Layout Customization - 4

Rows - 2

 



Important (before running the examples):
You have to give "write" rights to the ASP.NET Machine Account user for the
Northwind.mdb database. (This Access database is located in the App_Data folder.)

To do this, right-click on the Northwind.mdb file, select Properties and click the
Security tab. If the ASP.NET Machine Account isn't displayed in the users list,
you have to add it manually:

- click Add->Advanced->Find now and from the list with all the possible users,
select the ASP.NET Machine Account user and then assign to it the "Write" right.


Make sure the Internet Guest Account has the same rights.

If you still can't update the database, try to give the same rights to the Service account.

Also, make sure that the Northwind.mdb is not marked as Read-Only


If you don't follow these steps, you'll get an exception when trying to update the database:
Operation must use an updateable query.


obout ASP.NET Grid home
obout inc home



« Back to examples