Dynamic controls

  • Thread starter Thread starter ClearConcepts
  • Start date Start date
C

ClearConcepts

Hi,

I am working on ASP.Net 1.1 application. The application takes inputs from
user in various web controls, and based on current input the next web
control and data inside the control is generated.

That means that we are creating controls on fly and adding it to Page
Control collection. On post back, we have to re-generate all the controls,
get the data and refill all the controls. This is damn slow.

Do you have any better idea to generate UI on fly avoiding data processing?
Any ideas how Ajax can help in this case.

Thanks.
 
Back
Top