Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: disable scrollbars of MDI Parent Form Pin
Gary Kirkham9-Oct-03 10:53
Gary Kirkham9-Oct-03 10:53 
QuestionHow to use AppDomain?!? Pin
ich_bins24-Sep-03 0:58
ich_bins24-Sep-03 0:58 
AnswerRe: How to use AppDomain?!? Pin
Nick Parker24-Sep-03 2:29
protectorNick Parker24-Sep-03 2:29 
GeneralRe: How to use AppDomain?!? Pin
ich_bins24-Sep-03 23:54
ich_bins24-Sep-03 23:54 
GeneralUML Designer with enteprise version of VS Pin
Andrew Torrance24-Sep-03 0:30
Andrew Torrance24-Sep-03 0:30 
GeneralVisual Studio Design time Pin
Velichko Sarev23-Sep-03 23:42
Velichko Sarev23-Sep-03 23:42 
GeneralA very odd problem Pin
morefalt23-Sep-03 23:18
morefalt23-Sep-03 23:18 
GeneralRe: A very odd problem Pin
scadaguy24-Sep-03 2:49
scadaguy24-Sep-03 2:49 
Let me try to explain. Each time a client makes a request to the server a new Page object is instantiated and the Load event is executed. If it's the clients first request for the page the IsPostBack property should be false, but if a control is manipulated (ie. a button is clicked) or if there is some other event that causes the client to post back to the server then the IsPostBack property will be true.

So in your situation the bNyPost variable is getting set to true because it is inside the conditional statement.

Brian
GeneralRe: A very odd problem Pin
morefalt24-Sep-03 5:16
morefalt24-Sep-03 5:16 
GeneralRe: A very odd problem Pin
scadaguy24-Sep-03 5:56
scadaguy24-Sep-03 5:56 
Generalinstaller conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
Chris Richner23-Sep-03 22:51
Chris Richner23-Sep-03 22:51 
GeneralRe: installer conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
ich_bins24-Sep-03 1:28
ich_bins24-Sep-03 1:28 
GeneralRe: installer conditions: ((CHECKBOXA1 And CHECKBOXA2) And Not (CHECKBOXA3)) is not working Pin
Chris Richner24-Sep-03 2:25
Chris Richner24-Sep-03 2:25 
GeneralRelative file path Pin
Stephane David23-Sep-03 21:08
Stephane David23-Sep-03 21:08 
GeneralRe: Relative file path Pin
Jim Stewart24-Sep-03 5:40
Jim Stewart24-Sep-03 5:40 
GeneralBinaryWriter/BinaryReader Portability Pin
Andrew Shapira23-Sep-03 18:34
Andrew Shapira23-Sep-03 18:34 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Julian Bucknall [MSFT]24-Sep-03 6:25
Julian Bucknall [MSFT]24-Sep-03 6:25 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 11:11
Andrew Shapira24-Sep-03 11:11 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Julian Bucknall [MSFT]24-Sep-03 14:46
Julian Bucknall [MSFT]24-Sep-03 14:46 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 15:00
Andrew Shapira24-Sep-03 15:00 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Arun Bhalla24-Sep-03 7:39
Arun Bhalla24-Sep-03 7:39 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 10:19
Andrew Shapira24-Sep-03 10:19 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Arun Bhalla24-Sep-03 10:30
Arun Bhalla24-Sep-03 10:30 
GeneralRe: BinaryWriter/BinaryReader Portability Pin
Andrew Shapira24-Sep-03 11:12
Andrew Shapira24-Sep-03 11:12 
Generalsurvey on books Pin
nevhile.net23-Sep-03 14:52
nevhile.net23-Sep-03 14:52 

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.