473,396 Members | 1,773 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,396 software developers and data experts.

information bet. aspnet pages

Hi,

Is there is way to pass data from one page to another
asp.net page without using for form posting, querystring,
session and application variables.

Thanks & Regards
Raja Balaji R
Nov 18 '05 #1
2 999
a
heh, I almost thought you were kidding...I guess what's left is to write to
a file or database and read when you get to the page and even then you'll
probably still need some kind of tag to identify new info.
Nov 18 '05 #2
To pass data from one page to another is just like passing a ball from one
person to another. How many ways are there to do that? Basically, there are
2 ways, and lots of versions of those 2:

A. Pass it directly.
B. Pass it to something that the other person (or Page) can get it from.

In your message, you mention several mechanisms, all of which fall into one
of those 2 categories:

1. Form Post - A
2. QueryString - A
3. Session - B
4. Application - B

So, the real question is, how many methods of passing information directly
from one page to another are there, and how many storage mechanisms are
there that can be used by both pages? The answer is, quite a few in the
second case. For example, for passing directly, you have form, querystring,
and JavaScript (on the client side), plus a few more client-side
technologies. For storage mediums you have Session, Application, Application
Cache, Cookies, JavaScript files, database, text files, services, System
Registry, and whatever else you can imagine that stores data either in
memory or on disk.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Raja Balaji R" <ra**********@hotmail.com> wrote in message
news:08****************************@phx.gbl...
Hi,

Is there is way to pass data from one page to another
asp.net page without using for form posting, querystring,
session and application variables.

Thanks & Regards
Raja Balaji R

Nov 18 '05 #3

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

Similar topics

8
by: Elliot M. Rodriguez | last post by:
I am having a heckuva time debugging this, or determining why my page is behaving this way. I have a search form, that when completed, returns a datagrid. When the user selects a row (normal...
2
by: Stefano | last post by:
Dear Friends, i would like to use ASP.NET on our intranet with a Windows 2000 srv that has the role of Domain Controller. I have hear that there's some problem to do that. Could someone point me...
3
by: Paul D. Fox | last post by:
Hi I'm running Windows Server 2003 as a Domain Controller (with Active Directory) as a development server. I created an app that uploads graphics but it doesn't have permission. ASPNET machine...
1
by: lim | last post by:
What is the possible error that occurs when the Page_load event is not triggered during execution. In my page there's some basic server control. Is there any loops holes?
4
by: martin carmichael | last post by:
Hello, I am wondering how aspnet developers do their web stress on ASPNET apps .. I would like to run mine with apache JMeter, a well-known open source tool. Unfortunately, it does not works...
9
by: Microsoft News Server | last post by:
Hi, I am currently having a problem with random, intermittent lock ups in my ASP.net application on our production server (99% CPU usage by 3 threads, indefinately). I currently use IIS Debug...
0
by: Will Holley | last post by:
I have a problem with cache headers which I cannot track down. We are running IIS6 on Windows Server 2003 and ASP.NET 2.0. Our application has an installer which sets up our caching options in...
0
by: Anonieko | last post by:
A lot of times, web hostings for ASPNET 2.0 will offer only MS Access DB for database for basic plan, a question often asked is how can I use the membership services, role, web parts services, etc ...
3
by: nemesis.saurabh | last post by:
hi, i am working on a project to develop a booking engine for an airline. in the background information is shared by post/request method. in one of the interface pages. i need to implement an...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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,...

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.