Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Access Value of Textbox


Message #1 by "Neeta AMbekar" <Neeta.Ambekar@L...> on Tue, 22 Oct 2002 12:42:51
Hi

I am having one web form which content one textbox & sumit button web 
control on the submit button click I am calling another web form.
Is it possible to access the value of Textbox from webform1 into webform2.
I don't want to use Request & Querystring object. 
OTher then these two ways is it possible to use textbox value of one web 
form into another rweb form.

Thanks
Neeta Ambekar
Message #2 by Elissa Setarehshenas <elissasetareh@y...> on Tue, 22 Oct 2002 08:29:39 -0700 (PDT)
Neeta,
Try using a cookie.

Elissa
--- Neeta AMbekar <Neeta.Ambekar@L...>
wrote:
> Hi
> 
> I am having one web form which content one textbox &
> sumit button web 
> control on the submit button click I am calling
> another web form.
> Is it possible to access the value of Textbox from
> webform1 into webform2.
> I don't want to use Request & Querystring object. 
> OTher then these two ways is it possible to use
> textbox value of one web 
> form into another rweb form.
> 
> Thanks
> Neeta Ambekar
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
> 
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
> 
> These books look at how we can create data-centric
> ASP.NET 
> applications. Requiring some basic knowledge of
> ASP.NET, 
> Access and SQL the authors guide you through the
> process 
> of connecting and consuming information in a variety
> of 
> ways. They are packed full of excellent illustrative
> code 
> examples, demonstrating important fundamental
> principles.


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
Message #3 by "Austin Lam" <ALam@a...> on Tue, 22 Oct 2002 11:33:53 -0400
you can use session variable to recofnize the textbox value throught the 
whole application



-----Original Message-----
From: Elissa Setarehshenas [mailto:elissasetareh@y...]
Sent: Tuesday, October 22, 2002 11:30 AM
To: aspx_beginners
Subject: [aspx_beginners] Re: Access Value of Textbox


Neeta,
Try using a cookie.

Elissa
--- Neeta AMbekar <Neeta.Ambekar@L...>
wrote:
> Hi
>
> I am having one web form which content one textbox &
> sumit button web
> control on the submit button click I am calling
> another web form.
> Is it possible to access the value of Textbox from
> webform1 into webform2.
> I don't want to use Request & Querystring object.
> OTher then these two ways is it possible to use
> textbox value of one web
> form into another rweb form.
>
> Thanks
> Neeta Ambekar
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=3D1861006195
>
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=3D1861007418
>
> These books look at how we can create data-centric
> ASP.NET
> applications. Requiring some basic knowledge of
> ASP.NET,
> Access and SQL the authors guide you through the
> process
> of connecting and consuming information in a variety
> of
> ways. They are packed full of excellent illustrative
> code
> examples, demonstrating important fundamental
> principles.


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=3D1861006195

Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=3D1861007418

These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.

  Return to Index