Showing posts with label loads. Show all posts
Showing posts with label loads. Show all posts

Saturday, March 24, 2012

load server page like frame

i have a page. this page loads to client. how can i load to this page (in selected area) another page from server, like in iframe but using ajax?

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,

Wednesday, March 21, 2012

Loading all dropdowns with cascading dropdown extender

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