yes, using a QueryString you're restricted in length of data. If
you're using AjaxPro you can send any data length as it is using POST
instead.
On Thu, Nov 13, 2008 at 11:13 AM, devesh kumar <ur.dev
...@gmail.com> wrote:
> As i know there is a limitation on lenght that can be send in Querystring
> .Please verify this limitation.
> Devesh
> On 11/12/08, fatihshen <fatihse...@gmail.com> wrote:
>> Hi everyone,
>> I am trying to pass parameters using ajax:
>> var selectedFacilities = getIdString('grFacilities_main');
>> //document.getElementById("hdnFacilities").value =
>> selectedFacilities;
>> // Create an instance of the XML
>> HTTP Request object
>> oXMLHTTP = new ActiveXObject(
>> "Microsoft.XMLHTTP" );
>> // Prepare the XMLHTTP object for a
>> HTTP POST to our validation
>> ASP page
>> var sURL =
>> "ProjectFacilityFilter.aspx?func=" + func
>> +"&selectedFacilities="+selectedFacilities;
>> oXMLHTTP.open( "POST", sURL, false
>> );
>> oXMLHTTP.onreadystatechange =
>> callBackForProjects;
>> // Execute the request
>> oXMLHTTP.send();
>> This works fine, but whenever the selectedFacilities string is too
>> large, it doesn't work. I would be glad if anyone could help me.
>> Thanks.
>> Fatih
> --
> Devesh kumar
> +919342384046