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

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,190
Latest member
Martindap

Latest Threads

Top