Submitting ASP.NET Forms

M

Mark Fisher

Is there a way to submit an ASP.NET form to a different page, and not back
to itself?

Thanks
 
S

Steve C. Orr [MVP, MCSD]

The current version of ASP.NET doesn't really provide any great way to do
this, but here are some ideas for you:

1) Output an old fashioned non-server form to the client (without the runat=
'server' attribute) Set the action attribute like you would have in
ASP.OLD, and use javascript to submit the form.
2) use client side script to change your ASP.NET form action attribute
3) use this webform control: http://www.wilsondotnet.com/Controls/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top