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

Navigate in popup window

Hi

Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?

--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
Nov 20 '05 #1
6 1079
Ruca,

Look at the System.Web.Caching namespace. This link should help.

http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfSystemWebCaching.asp

HTH,

Raymond Lewallen

"ruca" <ru***@iol.pt> wrote in message
news:OO**************@TK2MSFTNGP10.phx.gbl...
Hi

Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?

--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca

Nov 20 '05 #2
Ruca,

Look at the System.Web.Caching namespace. This link should help.

http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfSystemWebCaching.asp

HTH,

Raymond Lewallen

"ruca" <ru***@iol.pt> wrote in message
news:OO**************@TK2MSFTNGP10.phx.gbl...
Hi

Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?

--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca

Nov 20 '05 #3
Cor
Hi Raymond,
Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?
Look at the System.Web.Caching namespace. This link should help.


Are you sure of this, as far as I know is the caching namespace to share
frequently used data for all your clients. Let say by instance an article
list you loads one time a day and all pages from all clients can use that.

For sharing data between pages from one client is still the Session in my
opinion.

However maybe I am wrong in this?

Cor
Nov 20 '05 #4
Cor
Hi Raymond,
Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?
Look at the System.Web.Caching namespace. This link should help.


Are you sure of this, as far as I know is the caching namespace to share
frequently used data for all your clients. Let say by instance an article
list you loads one time a day and all pages from all clients can use that.

For sharing data between pages from one client is still the Session in my
opinion.

However maybe I am wrong in this?

Cor
Nov 20 '05 #5
Cor,

I use a unique key name to identify the item in the system cache, usually
based on our unique applicationID or a sessionID combined with "DataSet" to
create a unique name. We have problems with sessions being lost in our
application and timeout errors connecting to our Sql Server SessionState
database, so caching is a better option for us.

Ruca,

Cor is correct. If this a dataset that is common data for all users of your
application, you definately should be using the System.Web.Caching.
However, if the data is unique to each client accessing your application,
you can use sessionstate. I still use caching instead of session state due
to session problems we have. I use a unique key name to identify the
dataset for the unique client.

Check both caching and sessions and see which options will work the best for
you. Chances are you will end up using both solutions somewhere along the
way. :)

HTH,

Raymond Lewallen
"Cor" <no*@non.com> wrote in message
news:uc**************@tk2msftngp13.phx.gbl...
Hi Raymond,
Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?

Look at the System.Web.Caching namespace. This link should help.


Are you sure of this, as far as I know is the caching namespace to share
frequently used data for all your clients. Let say by instance an article
list you loads one time a day and all pages from all clients can use that.

For sharing data between pages from one client is still the Session in my
opinion.

However maybe I am wrong in this?

Cor

Nov 20 '05 #6
Cor,

I use a unique key name to identify the item in the system cache, usually
based on our unique applicationID or a sessionID combined with "DataSet" to
create a unique name. We have problems with sessions being lost in our
application and timeout errors connecting to our Sql Server SessionState
database, so caching is a better option for us.

Ruca,

Cor is correct. If this a dataset that is common data for all users of your
application, you definately should be using the System.Web.Caching.
However, if the data is unique to each client accessing your application,
you can use sessionstate. I still use caching instead of session state due
to session problems we have. I use a unique key name to identify the
dataset for the unique client.

Check both caching and sessions and see which options will work the best for
you. Chances are you will end up using both solutions somewhere along the
way. :)

HTH,

Raymond Lewallen
"Cor" <no*@non.com> wrote in message
news:uc**************@tk2msftngp13.phx.gbl...
Hi Raymond,
Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?

Look at the System.Web.Caching namespace. This link should help.


Are you sure of this, as far as I know is the caching namespace to share
frequently used data for all your clients. Let say by instance an article
list you loads one time a day and all pages from all clients can use that.

For sharing data between pages from one client is still the Session in my
opinion.

However maybe I am wrong in this?

Cor

Nov 20 '05 #7

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

Similar topics

1
by: Noozer | last post by:
When using the WebBrowser control, is it possible to cause popup windows to appear within the WebBrowser control itself instead of a new window? This is what I've written in the NewWindow2 event,...
5
by: Nicola Pedrozzi | last post by:
Here I really need a guru... ;^( I found out today with a big disappointment that : window.open("url", ...) and also navigate("url") limit the max length of the url string to something...
5
by: skipc | last post by:
Hi, I am stuck... I've got a popup window that displays a list in table format with links on the bottom to navigate the list <prev> 1 2 3 ... <next> When I demo'd to the users... they...
3
by: ruca | last post by:
Hi Can I pass a DataSet from one page (parent) to another (child, popup window)? How can I do that? -- Programming ASP.NET with VB.NET
7
by: anthony.turcotte | last post by:
Hi, I've looked for a solution to this problem on google, read posts in this newsgroup and I still haven't found anything that could help me. Here's the scenario. 1. User accesses...
2
by: ari | last post by:
I have a vb.net program that uses the web browser for display purposes. I have implemented a type of "tooltip" pop up window that works as follows: in the html I have defined: &lt;SPAN id="1"...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: 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...

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.