Charles,
Disregard my last message. You had runat=server I just missed it. Do I
need anything in my codebehind to make the http post work or do I only have
to change the form tag like you said? This will post all data on my page to
the other url? I presently have a page with a bunch of textboxes and a
submit button. When the submit button is clicked I update my sql database
and I want to post these values to the other url. Like I said, I have dealt
with this before.
----- Original Message -----
From: "Feduke Cntr Charles R" <FedukeCR@m...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Tuesday, January 28, 2003 12:26 PM
Subject: [aspx_professional] RE: HTTP Post problems
> Bob,
>
> Try this in your *.aspx page:
>
> <form runat="server" id="WebForm1" action="yourOtherURL.aspx">
> <!-- ... -->
> </form>
>
> Charles Feduke
> -
> Some of the more relaxed Special Forces troops, who sometimes act like a
> lethal version of the Peace Corps, also were antagonized by a recent order
> from Bagram to shave their beards and wear at least a semblance of a U.S.
> military uniform, instead of a combination of camping gear and Afghan
tribal
> garb.
>
> -----Original Message-----
> From: Bob Herrmann [mailto:bob@m...]
> Sent: Tuesday, January 28, 2003 10:44 AM
> To: ASPX_Professional
> Subject: [aspx_professional] HTTP Post problems
>
> Hi,
>
> I have an asp.net page and I need to post this page to another url. Does
> anyone have an example in vb.net that does this? Kinda new area of .Net
> that I have not messed with.
>
> Thanks,
> Bob
>
>
>
>
>
>