APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

DataGrid
Version 3.1



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Columns   (general)
Columns   (templates)
Rows
Bottom Bar
Layout and Behavior
Exporting
Skins





Server-side event handler:  

Not launched.


APNSoft DataGrid supports different running modes: CallBack and PostBack. Running mode controls how DataGrid handles sorting, paging, exporting, etc. Use the Mode property to specify the running mode of the DataGrid. If the Mode property value is CallBack (by default), any action is performed through AJAX-style HTTP callback. If the Mode property value is PostBack, each action initiates an ASP.NET postback and triggers the appropriate server-side event.

This example demonstrates DataGrid running in PostBack Mode. DataGrid causes an ASP.NET postback when the page is changed or column is sorted.


Code Samples:
Default.aspxDefault.aspx.csDefault.aspx.vbSkin Style
Skin ImagesNwind.mdb  


  © 2003-2010 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center