Hi, I think it is a size limitation of the URL string - some Google work and you get back for instance:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q208427 where MS tells you "Maximum URL length is 2,083 characters in Internet Explorer" ... And I think to remember that there is a 2kB limit on URL strings. See the discussion at http://www.sum-it.nl/en200141.html, maybe you find a way to use POST ... Other work around is maybe trying to "compress" your URL string, i.e. putting all parameters in only one parameter (so you will spare maybe lot of "¶mx=" space), and then "decode" again the string on the side of the webserver... Kind regards, Alberto A.Smulders HostDat Lda. - Portugal -------- Original-Nachricht -------- Datum: Fri, 22 Sep 2006 08:37:31 +0200 Von: "Solca Jan" <[EMAIL PROTECTED]> An: [email protected] Betreff: [ULC-developer] showDocument(string) size limitation of the argument > Hi > > > > we would like to know if it was possible to call > ClientContext.showDocument(string) with string size bigger than the size > of a GET Request. We tried to call this method with a string that had a > size of more than 2Kb but it seems that the Framework strips the string > to 2KB. > > > > Is someone aware of such a limitation? How to get around? We currently > cannot change the size of our string. > > > > Cheers > > > -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
