Search

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

Matching Posts

  • Form post target iframe on IIS 7 not working

    This works perfectly on IIS6 but as soon as I put the same code on a server using IIS7, it stopped working. I am trying to post from one page to another. This code is on the source page and posting to a different page, targetpage.aspx. On IIS 6, this worked in production for a long time. Now the same code using IIS 7, the target page is called but gets no form values at all (Request.Form.Count is 0). I need the form values. I am pretty sure IIS is the only thing that's different during this switch
    Posted to Web Forms (Forum) by Janh on 5/25/2009
  • Re: use of text/xml-script not working

    Thanks, everyone. First, I still don't understand the reference section of the text/xml-script. That's why I removed the element after reading Luis's post, since it was empty anyway. Just now, I also checked running the only /ScriptResource.axd?d=p5m4Esz.... in the browser, it loaded fine. This is Beta 2 version, by the way, tomorrow I will try to upgrade to RC. But I have another project in question. I upgraded from Beta 1 to RC today. I used to use Sys.WebForms.PageRequestManager.getInstance()
  • Re: use of text/xml-script not working

    Hi, thanks for the reply! Yeah I don't know what to say. So this works: < script type ="text/javascript"> window.onload = OnApplicationLoad; </ script > then as soon as I changed it to: < script type ="text/xml-script"> <page xmlns:script= "http://schemas.microsoft.com/xml-script/2005" > <components> <application id= "application" load= "OnApplicationLoad" /> </components> </page> </ script > it doesn't load anymore... I am hesitant to use window
  • Re: Calling a web service from javascript at page load

    The documentation doesn't exist anymore, and the trick it suggested no longer works on Beta 2: < script type ="text/xml-script"> <page xmlns:script= "http://schemas.microsoft.com/xml-script/2005" > <references> </references> <components> <application id= "application" load= "OnApplicationLoad" /> </components> </page> </ script > What's an alternative way to do this besides using setTimeout to wait some arbitrary number of seconds before calling
  • Re: use of text/xml-script not working

    Hi, I used to also use text/xml-script in Atlas for calling a javascript function (that contains calling a webservice) after the js proxy is created: < script type ="text/xml-script"> <page xmlns:script= "http://schemas.microsoft.com/xml-script/2005" > <references> </references> <components> <application id= "application" load= "OnApplicationLoad" /> </components> </page> </ script > This no longer works in Beta 2. What's an alternative way to
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Janh on 12/13/2006
    Filed under: ajax, webservice, Atlas
  • Re: Problem with June CTP - EnableScriptComponents=false cause failure for web service calls! and other problem with true!!!

    Sadly I couldn't make it work. I first created a javascript file from http://www.blah.com/webservice1.asmx/js: Type.registerNamespace('WebServices.Stuff'); WebServices.Album.ManagerService=new function() { this.appPath = "http://www.blah.com/"; var cm=Sys.Net.ServiceMethod.createProxyMethod; cm(this,"FunctionOne","param1"); cm(this,"FunctionTwo","param1","param2"); } var gtc = Sys.Net.WebMethod.generateTypedConstructor; Type
  • Re: Culture name 'en_us' is not supported. Parameter name: name

    Luis Abreu: hello agian. well, but what kind of culture is rs1_39....? I mean, the atlasglob could be changed so that i catches the exception...but i do really think that the name of the culture is wrong (btw, what culture does it represent?). as i said in previous posts, atlas uses .NET culture classes to build the jscript object which is passed along to the client. if you really do think that the culture is correct (which i really doubt), then you can build your own handler which mimics the default
  • Re: EnableScriptComponents=false breaks web service calls

    There is another thread of the same exact problem: http://forums.asp.net/thread/1381214.aspx We are not getting any answers either.
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by Janh on 8/28/2006
    Filed under: EnableScriptComponents webservice
  • Re: Culture name 'en_us' is not supported. Parameter name: name

    Yes, that is happening on my site too. IE throws errors on other languages but works fine when it comes to English. I get lots of: Culture name 'zh' is not supported. Parameter name: name Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Culture name 'rs1_3966f6badce' is not supported. Parameter name: name Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 55SP1D11262000R5; YPC 3.0.1; SV1; .NET CLR 1.0.3705; yplus 4.1.00b) Culture name 'ie-ee' is not supported. Parameter
  • Re: Problem with June CTP - EnableScriptComponents=false cause failure for web service calls! and other problem with true!!!

    Please ignore my previous post. Clicked "Post" on mistake.... Anyway... Only tested this with June CTP. My page that uses web services has been working fine when EnableScriptComponents = "true" (or not declared at all in ScriptManager tag). My page loads really slow, because generating WebResource.axd created extra 400kb for users to download. That creates a huge problem for us. That's why I really needed to make EnableScriptComponents ="false" My web service calls
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by Janh on 8/25/2006
    Filed under: EnableScriptComponents webservice
Page 1 of 3 (28 items) 1 2 3 Next >