Send Objects between Pages
-
Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you
G. Satish
-
Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you
G. Satish
Store That object in Session
Best Regards, Chetan Patel
-
Store That object in Session
Best Regards, Chetan Patel
By storing the objects in session, the perfomance of applciation will degreed. Any alternative rather than using sessions?
G. Satish
-
Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you
G. Satish
Have you considered using Delegates?
I will use Google before asking dumb questions
-
By storing the objects in session, the perfomance of applciation will degreed. Any alternative rather than using sessions?
G. Satish
You've posted this in more than one forum, haven't you ? The session is really your only hope for what you want to do, that's why it's a bad idea. What specifically are you trying to achieve ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Have you considered using Delegates?
I will use Google before asking dumb questions
This is an ASP.NET question, he's just posted it in the wrong place.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You've posted this in more than one forum, haven't you ? The session is really your only hope for what you want to do, that's why it's a bad idea. What specifically are you trying to achieve ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Actually first i wrongly posted in c# board, later i realise and post the same in asp.net... This is not intentionally done..
G. Satish
-
Hi, i have a doubt.. I want to send an object to next page..directly....At there using this object, i want to use its memebers and methods. I need to send objects between aspx pages. Please help me regarding this... Thanking you
G. Satish
you can use session or application object for that purpose
-
you can use session or application object for that purpose
The Application object is a dangerous thing to use here.
Cheers, Vikram.
Zeppelin's law: In any Soapbox discussion involving Stan Shannon, the probability of the term "leftist" or "Marxist" appearing approaches 1 monotonically. Harris' addendum: I think you meant "monotonously". Martin's second addendum: Jeffersonian... I think that should at least get a mention.