473,748 Members | 9,931 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Redir ect..."
and
"Server.transfe r..."

please help me ,tanks so much

Gil R
Oct 19 '08 #1
2 1471
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.Redir ect..."
and
"Server.transfe r..."
WebClient or (Http)WebReques t.

Arne
Oct 19 '08 #2

"Gil R" <Gil R@discussions.m icrosoft.comwrote in message
news:49******** *************** ***********@mic rosoft.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.Redir ect..."
and
"Server.transfe r..."
The dotnet.framewor k.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
1349
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 is empty, the page will try to reload the csv file on each page view. If the file exists as named when the application starts, everything works well. If the file does not exist when the appliction starts, and is added later, File.Exists won't...
6
11184
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 will include the code I originally used. I understand I should switch from CDONTS to CDO mail but after several sttempts I am finding a very hard time getting the new CDO mail to work properly. Any assistance with this would be greatly...
6
1882
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 values. Control add connection string to session and rest values send to second application in XML format. Second application does some processing and return back to control. Here my control have to insert the return data to database but when I try to...
0
1179
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 to that if i have not MS Office on PC then it should also work that application.
5
1870
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 would if you use a web browser to reach the ftp site and run it manually. Any ideas?
0
1008
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 = "fromaccount@yahoo.com"; // put the from address here mail.Subject = "TEST MAIL"; // put subject here mail.Body = "TEST MAIL"; // put body of email here ...
1
1063
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 two controls. the error iss: 'TreeNodeCollection' is an ambiguous reference between 'System.Web.UI.WebControls.TreeNodeCollection' and 'Microsoft.Web.UI.WebControls.TreeNodeCollection' please send me the solution of this problem thanks
3
2318
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 bind to any control, cookie or something like this. How do I set a value for this parameter before calling the SQLDataSource1.Delete() method?
7
1485
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 if computer is going shut down due to some reason in this case password should not varify ...so how to trap this problem
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9548
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9249
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8244
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.