Ask a Question related to ASP.NET General, Design and Development.
-
s.d #1
posting data from a web form to other one.
Hi,
I have a frameset and two aspx page. How can post data
from one web form to other one.
Thanks
s.d Guest
-
Form Data not posting...
Hi, Here is the action script from movie. When I click submit the from data loads I can see it with trace. However when it gets posted to CFpage... -
ASP.NET not posting form data
Dear all, We are a library and are trying to get an ASP.NET form page working on our site. the buttons and fields appear, but we are still having... -
Posting HTML Form data to MySQL via PHP
I just need a correct PHP statement that will allow me to instert a record into a MySQL database/table. The "mysql_query(" statment used below does... -
problem posting data from asp form
I am running IIS5, Win2k Server, and .Net Framework 1.1. For some reason asp forms will not post data. So I have a form with a text box. The... -
List Box in form not posting data
I have a list box with the following: Row Source Type: Table/Query Row Source: <Saved Query with two columns selected> Column count:2 Multi... -
Steve C. Orr, MCSD #2
Re: posting data from a web form to other one.
This will not work since you can't Server.Transfer to another frame.
Generally people use client side javascript to handle interaction between
frames.
Ideally you'd get rid of the frames since they are a big headache with .NET,
and instead use web controls to divide up sections of your page.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Kevin Spencer" <kevin@takempis.com> wrote in message
news:OC$GXKqVDHA.2364@TK2MSFTNGP09.phx.gbl...Server.Transfer> Add the data from the first form to the HttpContext, and use> to the other form. The HttpContext is transferred as well.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> [url]http://www.takempis.com[/url]
> Complex things are made up of
> lots of simple things.
>
> "s.d" <snob_d@yahoo.com> wrote in message
> news:0b7601c356a0$06123b00$a501280a@phx.gbl...>> > Hi,
> >
> > I have a frameset and two aspx page. How can post data
> > from one web form to other one.
> >
> > Thanks
>
Steve C. Orr, MCSD Guest



Reply With Quote

