Search

You searched for the word(s): userid:846372

Matching Posts

  • Urlrewriter with querystring

    Hi, I am having a strange issues using urlrewriter. please help ASAP i have a rule in my config file <rewrite url="~/connector.aspx" to="~/Stores/FCKeditor/editor/ filemanager/browser/default/connectors/aspx/connector.aspx" processing="stop"/> after i wrote this i am unable to use connector.aspx string in a querystring for example http://www.ericsson.zikstores.com/Stores/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors
    Posted to HttpHandlers and HttpModules (Forum) by sanil on 9/29/2009
  • Re: How To Delayed Load Usercontrol which have Ajaxtoolkit control inside

    Hi Zhi-Qiang, Thanks for replying back but i wonder if this work if i use LoadControl inside a webservice.currently i achieved it by using a invisible button which is clicked by javascript timer and i put every thing inside updatepanels.i have lot of data in the page so when i do this it is making very much overhead to the server(please see www.zikbay.com and see how the tabs are loading).And i belive its not a good idea to use updatepanel update like the way i did.it will work but not a good solution
    Posted to ASP.NET AJAX Control Toolkit (Forum) by sanil on 7/7/2009
  • How To Delayed Load Usercontrol which have Ajaxtoolkit control inside

    Hi, I have a usercontrol which contains an update panel and some server control with it.Now i have to some how dynamically load this usercontrol to an aspx page.aspx page consists of nothing other than a scriptmanager control.i tried using server.execute to load user control but this only work when i remove the ajax toolkit control from the usercontrol. And the reason i guess is because when server.execute try to render the usercontrol it throws error when it sees an toolkit control it stop rendering
    Posted to ASP.NET AJAX Control Toolkit (Forum) by sanil on 7/4/2009
    Filed under: server.execute, delayed load
  • Re: Delayed load UserControl with webservice

    hi banavalikar , about the ScriptManagerProxy it is used to add script and service references to content pages instead of mixing all together to the master page right.this is not my question may be i am not conveying the right message here. see i just borrowed the code from http://encosia.com/2008/02/05/boost-aspnet-performance-with-deferred-content-loading/ in this example the webservice is loading a simple usercontrol with just a list view.this one is okay. But when i tried to add an asp.net ajax
  • Re: Delayed load UserControl with webservice

    Hi, 1. i have a master page with script manager 2. i have an aspx which is inheriting master page 3.i have a user control with updatepanel and asp.net ajax control (for example Hoverimageextender inside usercontrol) now what i need is to load the usercontrol with webservice(that is by using javascript pagemethod,webservice,server.transfer) i was able to load the usercontrol(without Hoverimage extender and update panel) to the aspx page. to load the usercontrol having hoverimage and updatepanel what
  • Re: Delayed load UserControl with webservice

    Hi, Thanks for the reply.Let me make it clear.i have an user control inside tht usercontrol i have an updatepanel.i want to load the usercontrol to an aspx page using webservice and server.transfer.with the current situtation i cannot execute the usercontrol using server.transfer bcz for the usercontrol to execute the dummy page where i load the usercontrol shld have an script manager right.But if add an scriptmanager to the dummy page and return the executed html to my aspx page i think its conflicting
  • Delayed load UserControl with webservice

    Hi, This is my scenario.i have one master page with script manager declared and an aspx inheriting the masterpage and an usercontrol.inside usercontrol i have a asp.net ajax control Hoverimage.now what i need is to load the usercontrol with an webservice.i was able to load the user control without hoverimage control,but when adding the ajax control to the usercontrol the webservice is returning error.i am using server.transfer to execute usercontrol.for this purpose i created a dummy page and loading
Page 1 of 1 (7 items)