|
Shows how to use smartDBforms.NET with ASP.NET AJAX.
This example demonstrates how to ajaxify smartDBforms.NET using ASP.NET AJAX. You
can download ASP.NET AJAX from http://ajax.asp.net/.
After installing ASP.NET AJAX you should configure your website. For more information
see Configuring ASP.NET
AJAX.
The next thing is to drag-and-drop AJAX ScriptManager and AJAX UpdatePanel controls on your
web page. AJAX UpdatePanel is a container that ajaxifies all controls inside it.
SmartDBView and its SmartDataSource controls should be placed inside AJAX UpdatePanel.
As a result when the user selects some of the command buttons( Edit, New, Update,
Insert, Cancel or Delete) instead of the whole page being requested again from the
web server, only the contents of the AJAX UpdatePanel will be updated using an asynchronous
Javascript request.
SmartPager with custom user interface is used in order to navigate through the records.
|