Ask a Question related to ASP.NET General, Design and Development.
-
Daniel Bass #1
ASP.NET protocol on pop-ups submtting data...
I create a pop up by generating a script, where in i call window.open(....)
and call RegisterClientScriptBlock from the code behind so that the client
side script is generated and calls my new pop up.
The pop up contains some check and text boxes to enable the data to apply
some settings to the parent page...
What is the .net way for returning this data? I currently set the user data
to cookies so that the settings are remembered, and then call window.close
and a window.opener.parent.orderscontrol.location.href from the code behind
via my mate, RegisterClientScriptBlock(), to refresh the parent window, but
have a feeling this isn't the best way to handle a "submit".
One issue that arises is the session variables for the parent are
terminated, i gather because i'm in effect, stopping the current parent
session and starting another.
Another is the cookie data seems all out of whack and think this is probably
related?
Any comments on this?
Thanks.
Dan.
Daniel Bass Guest
-
What is the format of 'binary' data in the postgresql client/server protocol version 3
Guys, I am in the middle of implementing postgresql's client server protocol and I have run into a little issue. The spec says that in general... -
check protocol
Hello, we have an affiliate system where affiliates put links on their websites, and we need to make sure they are using the https:// protocol... -
what is ip protocol 47
What is IP protocol. This process to setup a VPN. Can sometell where to install it? -
Deleted protocol
Im wondering if anyone can help me... a protocol on my network laptop got deleted by accident. It was Client for microsoft networks, so as a... -
IPX Protocol Problems
HI I have networked 3 computers together through a hub and everything is fine, one has XP, one has W/ME and the other uses 98. The problem i...



Reply With Quote

