Home All Groups Group Topic Archive Search About

sumbit server form to another page

Author
26 Jul 2006 5:31 AM
@ndr01d
I have an input formview server form that I need to also submit to a host
supplied asp email page.  Seems so simple to me yet I am not finding it that
way.  Is this really that difficult?

Author
26 Jul 2006 9:14 AM
Alessandro Zifiglio
This is a rather vague explaination of what you are trying to do. If you are
simply asking as to how you can post a page to another page, while making
all values in your form collection from the sending page, available to the
destination page, then you can look at the "PostBackUrl" property supported
by postback controls like the button, linkbutton, imagebutton controls.
Reference the following document on msdn :
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.button.postbackurl.aspx

ofcourse, needless to say, i just made a wild guess that this is what you
are after, its not clear to me what you are trying to achieve.

Regards,
Alessandro Zifiglio
http://www.AsyncUI.net


Show quoteHide quote
"@ndr01d" <ajdavid***@yahoo.com> ha scritto nel messaggio
news:eIt1HTHsGHA.4152@TK2MSFTNGP06.phx.gbl...
>I have an input formview server form that I need to also submit to a host
>supplied asp email page.  Seems so simple to me yet I am not finding it
>that way.  Is this really that difficult?
>