Search

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

Matching Posts

  • Re: AutoCompleteExtender fire event when selection is made

    any one find this workaround working?
    Posted to ASP.NET AJAX UI (Forum) by John3478 on 8/5/2006
  • Passing parameter from bridge asbx to code behind

    Hi, Since Atlas Bridge do not support sessions yet. I would like to get parameter from bridge asbx which set dynamicly from javascript. Let say the parameter "dontSentThisParameter" like the bridge file below. I am able to get this from my code behind . But I don't want the "dontSentThisParameter" parameter being sent to the Actual webservices. Any body know how to do that? or if not how do you guys pass variables from javascript back to codebehind < bridge namespace= "Microsoft.Samples" className
  • Re: AutoComplete problem

    I have the same problems http://www.domain.com/SiteSearch.asmx?mn=GetSuggestions It works if directly using webservices http://www.domain.com/sitesearch.asmx?op=GetSuggestions why extender using "mn" ?
  • Is 242 KB atlas download too huge .... huge... for you?

    Atlas make life easier at the same time make user experiences harder with huge atlas script. 1. There are several ways to reduce the size by setting EnableScriptComponents=false. It still come down to 56kb. When EnableScriptComponents=false, the webservices bridge will not run, any body know which component need to be included to make it run? 2. Anything that can make the javascripts become 20kb? J
  • Re: Problem with June CTP - EnableScriptComponents=false cause failure for web service calls! and other problem with true!!!

    I have similar problems. When EnableScriptComponents=false, the webservices bridge call fail. J
  • Re: Popup Control Extender - UPDATE & FIX

    Is the new update. fix below issues? I want to get GetClientIDForTarget from codebehind Thank you, private string GetClientIDForTarget( string theTargetID) { string theClientID = theTargetID; if ( this .Parent != null ) { // the parent of this Property will be the extender, so we need // to jump up 2 levels to search for the target control Control theControl = this .Parent.Parent.FindControl(theTargetID); if (theControl != null ) { theClientID = theControl.ClientID; } } return theClientID; }
    Posted to ASP.NET AJAX Control Toolkit (Forum) by John3478 on 7/14/2006
  • Microsoft Atlas Bridge and URL Rewriting

    Because of URL Rewriting. It cause this problems below. If I still want to use my URL writing how to solve it? (Might be related to this one http://forums.asp.net/thread/1167657.aspx ) httpException (0x80004005): The HTTP verb POST used to access path \'/undefined\' is not allowed.]\r\n System.Web.DefaultHttpHandler.BeginProcessRequest (HttpContext context, AsyncCallback callback, Object state) +3325797\r\n System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +3284726
  • Re: HTTP verb POST not allowed

    Sorry, this problems more related to Microsoft Atlas Bridge John3478: I have the same problem. Because of URL Rewriting. It cause this problems. I I still want to use my URL writing how to solve it? httpException (0x80004005): The HTTP verb POST used to access path \'/undefined\' is not allowed.]\r\n System.Web.DefaultHttpHandler.BeginProcessRequest (HttpContext context, AsyncCallback callback, Object state) +3325797\r\n System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep
    Posted to XML Web Services (Forum) by John3478 on 7/13/2006
  • Re: HTTP verb POST not allowed

    I have the same problem. Because of URL Rewriting. It cause this problems. I I still want to use my URL writing how to solve it? httpException (0x80004005): The HTTP verb POST used to access path \'/undefined\' is not allowed.]\r\n System.Web.DefaultHttpHandler.BeginProcessRequest (HttpContext context, AsyncCallback callback, Object state) +3325797\r\n System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +3284726\r\n System.Web.HttpApplication.ExecuteStep(IExecutionStep
    Posted to XML Web Services (Forum) by John3478 on 7/13/2006
  • Re: Atlas and Scriptaculus?

    Microsoft Atlas currently will not work Scriptaculous but it might be in the future. (Who knows atlas team working hard to fix it. :0 ) http://www.atlasasp.com/Cat/Articles/Atlas_Compatiblity_with_Prototype_and_script.aculo.us/default.aspx
Page 1 of 2 (11 items) 1 2 Next >