Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
Generalelectronic books Pin
Lachezar23-Nov-03 20:33
Lachezar23-Nov-03 20:33 
GeneralRe: electronic books Pin
sammyh24-Nov-03 5:35
sammyh24-Nov-03 5:35 
QuestionPictures on toolbar buttons? Pin
Led_Lazarus23-Nov-03 19:25
Led_Lazarus23-Nov-03 19:25 
AnswerRe: Pictures on toolbar buttons? Pin
Led_Lazarus23-Nov-03 19:33
Led_Lazarus23-Nov-03 19:33 
GeneralSpy on listbox Pin
StruBoy23-Nov-03 15:14
StruBoy23-Nov-03 15:14 
GeneralRe: Spy on listbox Pin
Heath Stewart24-Nov-03 5:03
protectorHeath Stewart24-Nov-03 5:03 
GeneralRe arrange XML Nodes Pin
23-Nov-03 9:58
suss23-Nov-03 9:58 
GeneralRe: Re arrange XML Nodes Pin
Christian Graus23-Nov-03 10:14
protectorChristian Graus23-Nov-03 10:14 
GeneralRe: Re arrange XML Nodes Pin
rekha24200024-Nov-03 5:01
sussrekha24200024-Nov-03 5:01 
GeneralRe: Re arrange XML Nodes Pin
Christian Graus24-Nov-03 8:22
protectorChristian Graus24-Nov-03 8:22 
Generalcsc.exe command line Pin
peter271323-Nov-03 4:32
peter271323-Nov-03 4:32 
GeneralRe: csc.exe command line Pin
leppie23-Nov-03 9:59
leppie23-Nov-03 9:59 
GeneralRe: csc.exe command line Pin
peter271323-Nov-03 12:40
peter271323-Nov-03 12:40 
GeneralRe: csc.exe command line Pin
J. Dunlap23-Nov-03 17:36
J. Dunlap23-Nov-03 17:36 
GeneralRe: csc.exe command line Pin
peter271323-Nov-03 20:20
peter271323-Nov-03 20:20 
QuestionHow I could enter math algebric expression during execution in Windows environment? Pin
Demokritos22-Nov-03 22:12
Demokritos22-Nov-03 22:12 
GeneralSource path Pin
bva_bva22-Nov-03 21:04
bva_bva22-Nov-03 21:04 
GeneralRe: Source path Pin
Heath Stewart24-Nov-03 5:03
protectorHeath Stewart24-Nov-03 5:03 
GeneralCCW from ASP Pin
bva_bva22-Nov-03 20:57
bva_bva22-Nov-03 20:57 
GeneralRe: CCW from ASP Pin
Nick Parker23-Nov-03 3:08
protectorNick Parker23-Nov-03 3:08 
GeneralRe: CCW from ASP Pin
bva_bva23-Nov-03 16:57
bva_bva23-Nov-03 16:57 
GeneralAssociating file types with application Pin
purest_lies22-Nov-03 17:03
purest_lies22-Nov-03 17:03 
GeneralRe: Associating file types with application Pin
Judah Gabriel Himango24-Nov-03 4:26
sponsorJudah Gabriel Himango24-Nov-03 4:26 
GeneralRe: Associating file types with application Pin
Heath Stewart24-Nov-03 4:41
protectorHeath Stewart24-Nov-03 4:41 
GeneralASP.NET - losing click event in dynamic controls Pin
Christian Graus22-Nov-03 13:12
protectorChristian Graus22-Nov-03 13:12 
I have a framework that allows me to create a wizard, by dynamically loading controls. I've found a similar framework on the web, in VB.NET. Mine is successfull at maintaining viewstate in the postback, so I can store/renew the data. The other one stores data in session state (yuck), but also maintains viewstate. This other one, however, can catch click messages in user controls that are dynamically loaded ( so I have a user control for the wizard, it shows user controls for pages, and a page contains a user control, with a button/click event ). I converted it from VB to C#, and now it does not catch click events either. Is this a bug in the C# implimentation, or am I missing something else ? I've tried to impliment IPostBackHandleEvent and it does not get called, I've tried assigning my click event in the ascx and in code. I have worked on it all weekend, and am now desperate and very sad.


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.