how can i pass values by using post not get method?
-
if i click "A" button, do something and move other page. and when move other page, i want to pass string value. only i know that ressponse.redirect("test.aspx?userEmail=test@gmail.com"); but if i do that, url address bar show everything. How can i pass values to other page without show values like get method. example) something do~~~(like db handleing) ressponse.redirect("test.aspx?userEmail=test@gmail.com"); <-- this is get method
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
-
if i click "A" button, do something and move other page. and when move other page, i want to pass string value. only i know that ressponse.redirect("test.aspx?userEmail=test@gmail.com"); but if i do that, url address bar show everything. How can i pass values to other page without show values like get method. example) something do~~~(like db handleing) ressponse.redirect("test.aspx?userEmail=test@gmail.com"); <-- this is get method
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
See if this meets your needs ... http://msdn.microsoft.com/en-us/library/ms178581.aspx[^]