473,322 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

How can I send a value Web Appliction C# asp.net

hi,

How can I send value from one page to another with out surfuing to this page?
code like this can't help me:
"Response.Redirect..."
and
"Server.transfer..."

please help me ,tanks so much

Gil R
Oct 19 '08 #1
2 1453
Gil R wrote:
How can I send value from one page to another with out surfuing to this page?
code like this can't help me:
"Response.Redirect..."
and
"Server.transfer..."
WebClient or (Http)WebRequest.

Arne
Oct 19 '08 #2

"Gil R" <Gil R@discussions.microsoft.comwrote in message
news:49**********************************@microsof t.com...
hi,

How can I send value from one page to another with out surfuing to this
page?
code like this can't help me:
"Response.Redirect..."
and
"Server.transfer..."
The dotnet.framework.aspnet would've been a better place to post this
question.

You haven't really defined to problem well enough to get a sensible answer.
A page which isn't currently executing doesn't have any values. Where is
this value held?

If the page calculates the value then you could re-factor the calculation
into a class then re-use that class in your client page.

For more sensible input try adding more context and description to your
problem and post the question to the aspnet group.
--
Anthony Jones - MVP ASP/ASP.NET

Oct 19 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Epson Barnett | last post by:
I have a C# Web application I'm working on that loads a csv file on application start. The csv is an inventory file which is used to create a collection in the Application object. If the collection...
6
by: DigitalRick | last post by:
I have been running CDONTS in my ASPpages to send emails to me sent from my guestbook. It had been working fine untill I upgraded to Server 2003 (I am also running Exchange 2003) all locally. I...
6
by: Sukh | last post by:
Hi, I am using ASP.Net with C#. My application is using a control and when control object is created my application set all the values to that control. This also contain connection string...
0
by: Ashish Dixit | last post by:
hello all, I have some problem of OFFICE.DLL actuly i used office.dll in my window appliction that is working properly, if i have not MS OFFICE in my PC then it is not working . actully i want...
5
by: Dan | last post by:
Hi I need to be able to launch an appliction that is running on an ftp site. ftp://localhost/someapp.exe I don't won't to download it first, just run it from the ftp location, just like you...
0
by: skarahman | last post by:
I try a lot. Here is my code. MailMessage mail = new MailMessage(); mail.To = "toaccount@gmail.com"; // put to address here mail.From =...
1
by: nittin14 | last post by:
hi everyonw, i used microsoft treeview control in asp.net 1.1 but when i migrate my appliction to the asp.net 2.0 (in this version treeview control is available) there is conflict between these...
3
by: Roger Jordan | last post by:
Hello, I'm using a SQLDataSource with name SqlDataSource1, the DeleteCommand has a parameter, with isdefined in SqlDataSource.DeleteParameter: DELETE FROM WHERE =@ID The parameter is not...
7
by: pravin kumar S | last post by:
I Devlop one window appliction so in the window cross(X) buton the application asking about the password if it match the close window else give the error.. so when i went to client the client ask me...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.