Hi,
Thank you for your post!
You can still use Iframe,then change the src of the Iframe to the page you want to load.
If you really want use Ajax, place a Iframe in an updatepanel.
If you have further questions,let me know!
Best Regards,
Hi,
Thank you for your post!
You can still use Iframe,then change the src of the Iframe to the page you want to load.
If you really want use Ajax, place a Iframe in an updatepanel.
If you have further questions,let me know!
Best Regards,
Since the cascading dropdown extender loads all dropdowns with a webservice, is it faster to load all dropdowns with this even if cascading is not needed?
In other words, is it faster to load a large (100+) dropdown with the cascading dropdown extender than doing it on the page load?
Hi Red_bull_n_vodka,
red_bull_n_vodka:
Since the cascading dropdown extender loads all dropdowns with a webservice, is it faster to load all dropdowns with this even if cascading is not needed?
In other words, is it faster to load a large (100+) dropdown with the cascading dropdown extender than doing it on the page load?
Actually, CascadingDropDown will call its WebService as soon as it is initialized. So I don't think it will be prominent faster in your situation. To speed up the response times , I think you should pay more attention to WebService rather than the client implementation.For example, cache and connection pool etc.
I hope this help.
Best regards,
Jonathan
Localization