Basic usage of asynchronous background (new style) communication with server and SQL database communication | ||
DataTable database access | The simplest demonstration of using ASP.NET and AJAX with classes DataTable and OleDbDataAdapter | link |
OleDbCommand database access | The simplest demonstration of using ASP.NET and AJAX with classes OleDbCommand and OleDbDataAdapter | link |
Using TreeGrid ASP.NET framework | How to generate data from and update data to SQL database using prepared TreeGridFramework.aspx | link |
Page in old ASP style | How to use old style page creating by direct code instead of use Page_Load event | link |
Page with code behind | How to use excluded code to .cs file by @Page Src attribute | link |
ASP.NET web service | The demonstration of ASP.NET SOAP web service that creates and processes TreeGrid XML data | link |
Tree in database | How to generate tree from and store tree to SQL database table | link |
TreeGrid API for communication and reloading | Using TreeGrid Extended API | link |
Basic usage of synchronous (old style) communication with server and SQL database communication | ||
DataTable database access | The simplest demonstration of using ASP.NET and <form> submit with classes DataTable and OleDbDataAdapter | link |
OleDbCommand database access | The simplest demonstration of using ASP.NET and <form> submit with classes OleDbCommand and OleDbDataAdapter | link |
Using TreeGrid ASP.NET framework | How to generate data from and update data to SQL database using prepared TreeGridFramework.aspx | link |
Page in old ASP style | How to use old style page creating by direct code instead of use Page_Load event | link |
Page with code behind | How to use excluded code to .cs file by @Page Src attribute | link |
Tree in database | How to generate tree from and store tree to SQL database table | link |
Few more complex applications with TreeGrid upon SQL database and AJAX communication | ||
Grid from database table | Demonstrates advanced generating from and updating to database | link |
Complete application - Schools | Complete application to demonstrate generating from and updating to different database tables with various structure | link |
File and directory browser | Demonstration of manipulating files and directories with TreeGrid | link |
Examples of writing server side support scripts for server side paging upon SQL database | ||
Sorting, uploading changes and export | Demonstrates sorting feature, saves changes back to database, supports also export to Excel, all upon SQL database | link |
Grouping | Demonstrates grouping with server paging and client child paging - all children from groups are sent to server at once | link |
Grouping with server child paging | Demonstrates grouping with server paging and also server child paging | link |
Examples of writing server side support scripts for server side paging with helper library shipped with TreeGrid | ||
DataTable database access | Demonstrates using TreeGrid server library upon SQL database with classes DataTable and OleDbDataAdapter | link |
OleDbCommand database access | Demonstrates using TreeGrid server library upon SQL database with classes OleDbCommand and OleDbDataAdapter | link |
Complex application upon XML file | Shows using TreeGrid server library upon XML file on disk with all supported features, especially grouping | link |
Sharing and synchronization upon XML file | Shows sharing data among more clients and automatic updating client's data after data on server are modified by another client | link |