how to avoid timeconsuming createchildcontrols: performance issue

T

ton

Hi,

I've developed a custom control, which I use in combination with AJAX. After
a postback the "posted situation" is again created before the events based
on pushing on buttons or links can be handled. In my webserver control I've
added besides detailed information of a database record several buttons. Now
here is my problem:

If I'm clicking outside the webservercontrol, it is not necessary that the
createchildcontrols is run, because the next thing I will do is to run the
filling property of the control, basied on that clicking. But on the other
hand if I've clicked on a button which makes part of the webservercontrol
then it is necessary thet the createchildcontrols will run because I need
the recordinformation to process.

Is there a way to find out in the createchildcontrols of the webserver what
has caused the postback in other words can i avoid this procedure. (For your
information the execute time is 1/2 sec., which is still too much.

thanks

Ton
 

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

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top