Hi,
The URL can have a query string on it; alternately, if you''re using
the ''get'' method in your Ajax objects, you can include query
string
parameters via the creatively-named ''parameters'' option. [1]
If
you''re using post, those will be POST parameters (e.g., like a form).
The ASPX page can retrieve query string or "form" params in the normal
way (see the M$ docs for details, it''s been years since I did any
ASPX, probably Request.QueryString and Request.Form).
Hope this helps,
--
T.J. Crowder
tj / crowder software / com
[1] http://www.prototypejs.org/api/ajax/options
On Mar 13, 4:14 pm, Balaji
<balaji...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hi,
>
> I used AJAX.UPDATER in one page and I called the .aspx page as a
> URL using this method. How to retrieve the value from this method
> in .aspx page by using query string. Please guide me to fetch the data
> from one page to another page using AJAX.UPDATER and .aspx page
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---