Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
GeneralRe: Paging in DataGrid? Pin
Paul Riley8-Sep-02 1:39
Paul Riley8-Sep-02 1:39 
GeneralAny good <free> C# Documentation Generators Pin
Rodney S. Foley6-Sep-02 19:02
Rodney S. Foley6-Sep-02 19:02 
GeneralRe: Any good C# Documentation Generators Pin
SimonS6-Sep-02 20:56
SimonS6-Sep-02 20:56 
GeneralRe: Any good C# Documentation Generators Pin
Rodney S. Foley7-Sep-02 0:38
Rodney S. Foley7-Sep-02 0:38 
GeneralRe: Any good <free> C# Documentation Generators Pin
Andres Manggini7-Sep-02 6:35
Andres Manggini7-Sep-02 6:35 
GeneralRe: Any good <free> C# Documentation Generators Pin
Rodney S. Foley7-Sep-02 12:48
Rodney S. Foley7-Sep-02 12:48 
QuestionWhats happening to my objects? Pin
leppie6-Sep-02 16:16
leppie6-Sep-02 16:16 
AnswerRe: Whats happening to my objects? Pin
Ed K6-Sep-02 17:47
Ed K6-Sep-02 17:47 
leppie wrote:
I feel dumb
Don't....it's not good for your self esteem! Wink | ;)

Web sites are stateless. If you create an object at the page scope it is gone just as soon as you render the page. To keep it around you will need to either put it into session, put it into the page cache, or serialize it somewhere else and bring it back when needed.

If I'm going in the wrong direction, let me know, I'll see if I can help out. If you want me to look at some code...no prob! Smile | :)

Thanks,

ed

Every time I walk into a singles bar I can hear Mom's wise words: "Don't pick that up, you don't know where it's been!"
GeneralRe: Whats happening to my objects? Pin
leppie6-Sep-02 18:08
leppie6-Sep-02 18:08 
GeneralRe: Bitwise operators on non byte primitives Pin
leppie6-Sep-02 16:34
leppie6-Sep-02 16:34 
GeneralRe: Bitwise operators on non byte primitives Pin
Rodney S. Foley6-Sep-02 16:57
Rodney S. Foley6-Sep-02 16:57 
GeneralRe: Bitwise operators on non byte primitives Pin
leppie6-Sep-02 17:08
leppie6-Sep-02 17:08 
GeneralRe: Bitwise operators on non byte primitives Pin
Rodney S. Foley6-Sep-02 17:27
Rodney S. Foley6-Sep-02 17:27 
GeneralRe: Bitwise operators on non byte primitives Pin
Jonathan Tan6-Sep-02 23:22
Jonathan Tan6-Sep-02 23:22 
GeneralNeed help with sql insert statement in C# Pin
halbichmi6-Sep-02 6:10
halbichmi6-Sep-02 6:10 
GeneralRe: Need help with sql insert statement in C# Pin
leppie6-Sep-02 7:20
leppie6-Sep-02 7:20 
GeneralRe: Need help with sql insert statement in C# Pin
SimonS6-Sep-02 19:16
SimonS6-Sep-02 19:16 
GeneralRe: Need help with sql insert statement in C# Pin
halbichmi7-Sep-02 3:45
halbichmi7-Sep-02 3:45 
GeneralRecreate My Network Place Pin
D Shen6-Sep-02 3:40
D Shen6-Sep-02 3:40 
GeneralRe: Recreate My Network Place Pin
Ryan Cromwell6-Sep-02 6:00
Ryan Cromwell6-Sep-02 6:00 
GeneralEasy:reference values after dialog show Pin
EdgarBM5-Sep-02 23:57
EdgarBM5-Sep-02 23:57 
GeneralRe: Easy:reference values after dialog show Pin
Stephane Rodriguez.6-Sep-02 0:26
Stephane Rodriguez.6-Sep-02 0:26 
Questionhow to specify the handle for findfirstfile, etc? Pin
Segal5-Sep-02 20:35
Segal5-Sep-02 20:35 
AnswerRe: how to specify the handle for findfirstfile, etc? Pin
Stephane Rodriguez.5-Sep-02 21:06
Stephane Rodriguez.5-Sep-02 21:06 
GeneralRe: how to specify the handle for findfirstfile, etc? Pin
Anonymous5-Sep-02 21:16
Anonymous5-Sep-02 21:16 

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.