Published:
03 Jan 2008
|
Abstract
This article examines the usage of Dynamic Populate Extender AJAX control. It walks you through the step-by-step procedure for setting up a simple Dynamic Populate Extender Control. Code Snippets and an example download are included. |
|
by Nidal Arabi
Feedback
|
Average Rating:
Views (Total / Last 10 Days):
34657/
126
|
|
|
Introduction |
I always wanted to be able to fill a panel with information
gathered from all around the page directly after my end user selected his
options and present them into a summary. Dynamic populate extender is a nice
controller of a panel that is expected to be filled dynamically at the choices
of the user. This article will show an example on how I used the control to
provide the user with feedback about the extra preferences that a customer
would select on a page. The whole project is attached for your own review. Let
us examine my simple Pizza selection screen.
|
|
|
|
User Comments
Title:
dfghfdh
Name:
fh
Date:
2012-12-15 6:47:03 AM
Comment:
fhf
|
Title:
yth
Name:
gh
Date:
2012-11-26 4:59:37 AM
Comment:
trh
|
Title:
tfdhgb
Name:
gfhnbg
Date:
2012-11-23 8:36:16 AM
Comment:
gfhnjgng
|
Title:
dynamic
Name:
rakesh
Date:
2012-11-22 3:59:44 AM
Comment:
commment
|
Title:
filtered textbox extender
Name:
hollman
Date:
2012-10-20 8:49:12 AM
Comment:
good
|
Title:
tgg
Name:
fh
Date:
2012-10-15 8:14:18 AM
Comment:
ch
|
Title:
Testing web
Name:
test
Date:
2012-09-22 8:13:50 AM
Comment:
I am currently facing the need to dynamically generate a long detailed report with data retrieved from a database in an ASPNET 3.5 project in which I already use the AJAX Control Toolkit intensively. The data is provided by an ASPNET web service. The generated report is static and meant to be printed. My problem is that the data retrieval process takes about 10-15 seconds because of the database query execution time. I have the need to make the report page appear faster. I was wondering if it's possible for the report page to appear immediately with blank data and for the dynamic data to be written in the page as they arrive. In the page the data is contained in html tables with Label server controls in them and everything is inside an UpdatePanel. The report is made of different sections for each of which I have build a separate web method to provide the data. I have tried the asynchronous calls to the web service that provides the data, handling the task completion event for each of the methods, but the page doesn't load until all the data has arrived. What solutions would you suggest?
|
Title:
Testing
Name:
abc
Date:
2012-09-17 1:03:24 AM
Comment:
hahaha
|
Title:
asa
Name:
dew
Date:
2012-09-04 6:21:21 AM
Comment:
xsaxaxa
|
Title:
u
Name:
uu
Date:
2012-08-20 9:25:31 AM
Comment:
uuu
|
Title:
asdfasf
Name:
asdfasdf
Date:
2012-07-24 4:18:31 PM
Comment:
asdfasdf
|
Title:
cdc x
Name:
c x
Date:
2012-05-22 3:08:54 AM
Comment:
c xc
|
Title:
dynamic populate
Name:
XYZ
Date:
2010-06-24 2:27:38 AM
Comment:
This article doesn't give proper code. For example, TargetcontrolId="Pannel1", it doesn't have this control at all, if we copy this code as it is available to our page, then how our page will create pannel control?. Don't publish irrelevant article from now onwards.... I Hope u got my point..
|
Title:
asynchronously populate table
Name:
erion
Date:
2009-11-05 6:28:57 AM
Comment:
Hello, thank you for the article. I am currently facing the need to dynamically generate a long detailed report with data retrieved from a database in an ASPNET 3.5 project in which I already use the AJAX Control Toolkit intensively. The data is provided by an ASPNET web service. The generated report is static and meant to be printed. My problem is that the data retrieval process takes about 10-15 seconds because of the database query execution time. I have the need to make the report page appear faster. I was wondering if it's possible for the report page to appear immediately with blank data and for the dynamic data to be written in the page as they arrive. In the page the data is contained in html tables with Label server controls in them and everything is inside an UpdatePanel. The report is made of different sections for each of which I have build a separate web method to provide the data. I have tried the asynchronous calls to the web service that provides the data, handling the task completion event for each of the methods, but the page doesn't load until all the data has arrived. What solutions would you suggest?
|
Title:
Working with Dynamic Populate Extender
Name:
John McDonald
Date:
2008-12-12 7:22:20 PM
Comment:
Would you post a sample screen shot?
|
|
|
|