Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Doubt in partial class Pin
N a v a n e e t h13-Nov-07 23:14
N a v a n e e t h13-Nov-07 23:14 
QuestionWebParts... Pin
Mr.Sam13-Nov-07 23:06
Mr.Sam13-Nov-07 23:06 
QuestionForm unload Pin
ps.srinivasan13-Nov-07 22:43
ps.srinivasan13-Nov-07 22:43 
AnswerRe: Form unload Pin
N a v a n e e t h13-Nov-07 22:47
N a v a n e e t h13-Nov-07 22:47 
GeneralRe: Form unload Pin
ps.srinivasan13-Nov-07 23:10
ps.srinivasan13-Nov-07 23:10 
GeneralRe: Form unload Pin
N a v a n e e t h13-Nov-07 23:21
N a v a n e e t h13-Nov-07 23:21 
AnswerRe: Form unload Pin
Christian Graus13-Nov-07 22:48
protectorChristian Graus13-Nov-07 22:48 
AnswerRe: Form unload Pin
Michael Sync13-Nov-07 22:51
Michael Sync13-Nov-07 22:51 
ps.srinivasan wrote:
I Declared one global variable.


Don't declare the global variable.. You should use "Session" or "Cache".

For example:

Assign "True" to session in WebForm1.
<br />
Session["myvalue"] = "True"


Set "False" this in Webform2.

Session["myvalue"] = "False"

ps.srinivasan wrote:
in which event i want to write the code?


You should write this in From_load of Webform2.
hope it helps.



Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

"Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

GeneralRe: Form unload Pin
N a v a n e e t h13-Nov-07 22:58
N a v a n e e t h13-Nov-07 22:58 
GeneralRe: Form unload Pin
Michael Sync13-Nov-07 23:06
Michael Sync13-Nov-07 23:06 
GeneralRe: Form unload Pin
ps.srinivasan13-Nov-07 23:11
ps.srinivasan13-Nov-07 23:11 
GeneralRe: Form unload Pin
Christian Graus13-Nov-07 23:16
protectorChristian Graus13-Nov-07 23:16 
GeneralRe: Form unload Pin
Michael Sync13-Nov-07 23:41
Michael Sync13-Nov-07 23:41 
Questionopen file Pin
venky45613-Nov-07 22:20
venky45613-Nov-07 22:20 
AnswerRe: open file Pin
N a v a n e e t h13-Nov-07 22:34
N a v a n e e t h13-Nov-07 22:34 
GeneralRe: open file Pin
venky45613-Nov-07 23:19
venky45613-Nov-07 23:19 
GeneralRe: open file Pin
N a v a n e e t h13-Nov-07 23:23
N a v a n e e t h13-Nov-07 23:23 
Questionhow to use paypal controls in asp.net for transaction [modified] Pin
gopal_Pandey13-Nov-07 22:14
gopal_Pandey13-Nov-07 22:14 
AnswerRe: how to use paypal controls in asp.net for transaction Pin
gopal_Pandey23-Nov-07 1:32
gopal_Pandey23-Nov-07 1:32 
Questionproblem to read data Pin
Deepak Nigam13-Nov-07 22:07
Deepak Nigam13-Nov-07 22:07 
AnswerRe: problem to read data Pin
Christian Graus13-Nov-07 22:16
protectorChristian Graus13-Nov-07 22:16 
QuestionDrop down list box [modified] Pin
ps.srinivasan13-Nov-07 20:52
ps.srinivasan13-Nov-07 20:52 
AnswerRe: Drop down list box Pin
Michael Sync13-Nov-07 21:07
Michael Sync13-Nov-07 21:07 
GeneralRe: Drop down list box Pin
Sonia Gupta13-Nov-07 21:27
Sonia Gupta13-Nov-07 21:27 
GeneralRe: Drop down list box Pin
Vasudevan Deepak Kumar13-Nov-07 21:29
Vasudevan Deepak Kumar13-Nov-07 21:29 

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.