Click here to Skip to main content
15,895,740 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generali want to rotate images using ajax animation control Pin
ajaych15-Apr-08 20:00
ajaych15-Apr-08 20:00 
GeneralRe: i want to rotate images using ajax animation control Pin
Christian Graus15-Apr-08 21:04
protectorChristian Graus15-Apr-08 21:04 
GeneralGetting Error while uploading file using Fileupload control Pin
Satish - Developer15-Apr-08 19:46
Satish - Developer15-Apr-08 19:46 
GeneralRe: Getting Error while uploading file using Fileupload control Pin
N a v a n e e t h15-Apr-08 20:48
N a v a n e e t h15-Apr-08 20:48 
GeneralHello Friends Pin
ArunVijay15-Apr-08 19:41
ArunVijay15-Apr-08 19:41 
GeneralRe: Hello Friends Pin
N a v a n e e t h15-Apr-08 20:50
N a v a n e e t h15-Apr-08 20:50 
GeneralSame Session in different IE windows Pin
AlexeiXX315-Apr-08 19:03
AlexeiXX315-Apr-08 19:03 
GeneralRe: Same Session in different IE windows Pin
N a v a n e e t h15-Apr-08 21:02
N a v a n e e t h15-Apr-08 21:02 
AlexeiXX3 wrote:
How can i see the session info added in one ie window from another ie window (Opened independiently and not using ctrl + n)


AFAIK, session will be shared between multiple windows if second window is opened by the window where session is created. In your case, you are getting totally new window, so you can't share the session.

I think your design is broken. You should not keep the cart items in session. You can keep it in database with user id. When they check out, delete from this table, so that you are able to reload the data back to the cart when they completes the email verification. If you plan to continue with the current design, I have the following suggestion.

Daniel vaughan has written an excellent article here[^] on object serialization. You may follow that approach to serialize your object which is in the session, then append it with the link you send for email verification. When the email verification link is clicked, take value from query string, de-serialize the value and assign to session. But if your object is big, I am afraid this won't work as expected.

Hope this helps.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

Generalproblem with getting SELECTED VALUE of parent dropdownlist to target dropdownlist using cascading Pin
mohd imran abdul aziz15-Apr-08 18:16
mohd imran abdul aziz15-Apr-08 18:16 
GeneralPassing parameters to another page from GridView Pin
Ekjon15-Apr-08 12:08
Ekjon15-Apr-08 12:08 
GeneralRe: Passing parameters to another page from GridView Pin
AlexeiXX315-Apr-08 16:08
AlexeiXX315-Apr-08 16:08 
QuestionRuntime Error after publishing aspx page!!! Pin
Phivos Stylianides15-Apr-08 9:49
Phivos Stylianides15-Apr-08 9:49 
GeneralRe: Runtime Error after publishing aspx page!!! Pin
pmarfleet15-Apr-08 11:48
pmarfleet15-Apr-08 11:48 
GeneralRe: Solution To Solve By ArunVijay Pin
ArunVijay15-Apr-08 20:02
ArunVijay15-Apr-08 20:02 
GeneralRe: Runtime Error after publishing aspx page!!! Pin
ArunVijay15-Apr-08 20:06
ArunVijay15-Apr-08 20:06 
GeneralRe: Runtime Error after publishing aspx page!!! Pin
Phivos Stylianides16-Apr-08 12:56
Phivos Stylianides16-Apr-08 12:56 
GeneralRe: Runtime Error after publishing aspx page!!! Pin
Phivos Stylianides16-Apr-08 12:56
Phivos Stylianides16-Apr-08 12:56 
GeneralMaster Page weirdness Pin
#realJSOP15-Apr-08 8:46
mve#realJSOP15-Apr-08 8:46 
GeneralRe: Master Page weirdness Pin
Herman<T>.Instance16-Apr-08 0:30
Herman<T>.Instance16-Apr-08 0:30 
QuestionGet records between Today and 2 years from input date Pin
munklefish15-Apr-08 7:49
munklefish15-Apr-08 7:49 
GeneralRe: Get records between Today and 2 years from input date [modified] Pin
Blue_Boy15-Apr-08 11:28
Blue_Boy15-Apr-08 11:28 
QuestionRe: Get records between Today and 2 years from input date Pin
munklefish15-Apr-08 23:45
munklefish15-Apr-08 23:45 
GeneralRe: Get records between Today and 2 years from input date Pin
Blue_Boy16-Apr-08 0:22
Blue_Boy16-Apr-08 0:22 
GeneralRe: Get records between Today and 2 years from input date Pin
munklefish16-Apr-08 1:06
munklefish16-Apr-08 1:06 
GeneralRe: Get records between Today and 2 years from input date Pin
Blue_Boy16-Apr-08 4:13
Blue_Boy16-Apr-08 4:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.