Sending parameters in ajax request

suppose i have 100 parameters to send in an ajax request how can i send that, is there any mehcanisam for that?Thanks,
[132 byte] By [ngpramodjavaa] at [2007-11-26 19:17:34]
# 1
If you are doing a post, you will have no problems, because a post request doesn' have limits. When using AJAX to post request this parameters are passed thru the querystring. http://developer.mozilla.org/en/docs/AJAX:Getting_StartedMeTitus
Me_Titusa at 2007-7-9 21:31:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...