473,480 Members | 4,939 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 1370
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
18270
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
5049
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
18189
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
1951
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
3642
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
2512
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"...
0
7040
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
6905
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
7041
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,...
1
6736
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6908
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...
0
4478
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...
0
2994
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...
0
2980
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1299
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 ...

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.