M
murali.trichy
hi,
according to browser Querystring values are vary, for eg. IE - 2,083
Characters.
In my application I'm transfering data from Javascript to Asp.Net
through Query string.
Eg:
var http = new ActiveXObject("Msxml2.XMLHTTP");
http.open("POST","Server.aspx?tname="+rowno
+"&value="+ths.value,true);
http.send();
here my query string value exits maximum limit. How to solve it in a
better way ?
thank
Murali@Pune
according to browser Querystring values are vary, for eg. IE - 2,083
Characters.
In my application I'm transfering data from Javascript to Asp.Net
through Query string.
Eg:
var http = new ActiveXObject("Msxml2.XMLHTTP");
http.open("POST","Server.aspx?tname="+rowno
+"&value="+ths.value,true);
http.send();
here my query string value exits maximum limit. How to solve it in a
better way ?
thank
Murali@Pune