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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Behaviour Javascript Library"
group.
To post to this group, send email to behaviour googlegroups.com
To unsubscribe from this group, send email to
behaviour-unsubscribe googlegroups.com
For more options, visit this group at http://group
s.google.com/group/behaviour
-~----------~----~----~----~------~----~------~--~---
|