Click here to Skip to main content
15,898,986 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Sessions question Pin
Suresh Pirsquare11-Dec-06 0:21
Suresh Pirsquare11-Dec-06 0:21 
QuestionPassing variables from one application to other web application Pin
Guru_yogi10-Dec-06 23:07
Guru_yogi10-Dec-06 23:07 
AnswerRe: Passing variables from one application to other web application Pin
IamMohan10-Dec-06 23:45
IamMohan10-Dec-06 23:45 
GeneralRe: Passing variables from one application to other web application Pin
Guru_yogi11-Dec-06 0:34
Guru_yogi11-Dec-06 0:34 
GeneralRe: Passing variables from one application to other web application Pin
Tal Even-Tov11-Dec-06 3:52
Tal Even-Tov11-Dec-06 3:52 
GeneralRe: Passing variables from one application to other web application Pin
Tal Even-Tov11-Dec-06 3:55
Tal Even-Tov11-Dec-06 3:55 
AnswerRe: Passing variables from one application to other web application Pin
IamMohan11-Dec-06 18:22
IamMohan11-Dec-06 18:22 
AnswerRe: Passing variables from one application to other web application Pin
IamMohan11-Dec-06 18:41
IamMohan11-Dec-06 18:41 
The second work around is:

1) Have a common helper class in the Application class that should be a static singleton class and define the attributes according to your requirement(s) in the class

2) Set the value in the respective variable of that class(Singleton) from Application 'A'

3) Add the refernce of the application in Applicatin 'B' and include the namespace and access call the custom method(has to be defined in the Singleton class of app 'A') that inturn returns the required value also it is persist accross applications


I'm sure this would be the appropriate solution



Mohan

AnswerRe: Passing variables from one application to other web application Pin
Vasudevan Deepak Kumar11-Dec-06 4:25
Vasudevan Deepak Kumar11-Dec-06 4:25 
QuestionHow to generate XSD schema in VS2005 Pin
IamMohan10-Dec-06 22:56
IamMohan10-Dec-06 22:56 
Questionproblem in ASP.NET Pin
solankivipul10-Dec-06 22:41
solankivipul10-Dec-06 22:41 
AnswerRe: problem in ASP.NET Pin
MIHAI_MTZ10-Dec-06 23:26
MIHAI_MTZ10-Dec-06 23:26 
GeneralRe: problem in ASP.NET Pin
solankivipul10-Dec-06 23:56
solankivipul10-Dec-06 23:56 
GeneralRe: problem in ASP.NET Pin
MIHAI_MTZ11-Dec-06 0:11
MIHAI_MTZ11-Dec-06 0:11 
GeneralRe: problem in ASP.NET Pin
solankivipul11-Dec-06 0:55
solankivipul11-Dec-06 0:55 
AnswerRe: problem in ASP.NET Pin
GaryWoodfine 11-Dec-06 0:36
professionalGaryWoodfine 11-Dec-06 0:36 
GeneralRe: problem in ASP.NET Pin
solankivipul11-Dec-06 0:57
solankivipul11-Dec-06 0:57 
GeneralRe: problem in ASP.NET Pin
GaryWoodfine 12-Dec-06 2:35
professionalGaryWoodfine 12-Dec-06 2:35 
AnswerRe: problem in ASP.NET Pin
Vasudevan Deepak Kumar11-Dec-06 4:27
Vasudevan Deepak Kumar11-Dec-06 4:27 
Questioni have problem in display datagrid Pin
kinnuP10-Dec-06 22:38
kinnuP10-Dec-06 22:38 
AnswerRe: i have problem in display datagrid Pin
Tamimi - Code10-Dec-06 22:45
Tamimi - Code10-Dec-06 22:45 
GeneralRe: i have problem in display datagrid Pin
kinnuP10-Dec-06 22:54
kinnuP10-Dec-06 22:54 
GeneralRe: i have problem in display datagrid Pin
Tamimi - Code10-Dec-06 23:35
Tamimi - Code10-Dec-06 23:35 
GeneralRe: i have problem in display datagrid Pin
varshavmane12-Dec-06 9:29
varshavmane12-Dec-06 9:29 
QuestionExcel.Quit doesn't work Pin
scorpvg10-Dec-06 22:22
scorpvg10-Dec-06 22:22 

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.