Dynamic controls

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top