R Rahul Aggarwal Apr 6, 2004 #1 Hi, Is there a way to post to a diiferent page than it self in ASP.net on submit(). Rahul
R Raymond Lewallen Apr 6, 2004 #2 Rahul, Use an action attribute in the form tag of your form on your page, along with a method="POST" attribute. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref erence/objects/form.asp?frame=true HTH, Raymond Lewallen
Rahul, Use an action attribute in the form tag of your form on your page, along with a method="POST" attribute. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref erence/objects/form.asp?frame=true HTH, Raymond Lewallen
R Rahul Aggarwal Apr 6, 2004 #4 Thanks that worked bruce barker said: don't use runat=server on the form -- bruce (sqlwork.com) Click to expand...
Thanks that worked bruce barker said: don't use runat=server on the form -- bruce (sqlwork.com) Click to expand...