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

ASP.NET

 
QuestionSessions question Pin
just3ala211-Dec-06 0:13
just3ala211-Dec-06 0:13 
AnswerRe: Sessions question Pin
Guffa11-Dec-06 0:20
Guffa11-Dec-06 0:20 
GeneralRe: Sessions question Pin
just3ala211-Dec-06 1:55
just3ala211-Dec-06 1:55 
AnswerRe: Sessions question Pin
Guffa11-Dec-06 2:42
Guffa11-Dec-06 2:42 
GeneralRe: Sessions question Pin
Vasudevan Deepak Kumar11-Dec-06 4:24
Vasudevan Deepak Kumar11-Dec-06 4:24 
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 
You can pass a value in form a Query string to other application like,


You can place the value inside the session from one application to the other application,This solution will be workable only if these two apps share a common session, means same serverSmile | :)


If this two application is in different server then try this,

http://ServerName/AliasName/FileName.aspx?name=value, just pass the value as a query string





Mohan

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 
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 

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.