Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
Questionsingle commands for DotMatrixPrinter Pin
softmusic23-Jan-06 0:58
softmusic23-Jan-06 0:58 
AnswerRe: single commands for DotMatrixPrinter Pin
Dave Kreskowiak23-Jan-06 6:11
mveDave Kreskowiak23-Jan-06 6:11 
GeneralRe: single commands for DotMatrixPrinter Pin
softmusic23-Jan-06 7:12
softmusic23-Jan-06 7:12 
GeneralRe: single commands for DotMatrixPrinter Pin
Dave Kreskowiak23-Jan-06 13:23
mveDave Kreskowiak23-Jan-06 13:23 
QuestionMIDI programing in c# Pin
softmusic23-Jan-06 0:52
softmusic23-Jan-06 0:52 
QuestionEditor Color Pin
peppepinna23-Jan-06 0:33
peppepinna23-Jan-06 0:33 
Questiononclick event not triggering ! Pin
nitya_arysys23-Jan-06 0:23
nitya_arysys23-Jan-06 0:23 
AnswerRe: onclick event not triggering ! Pin
Guffa23-Jan-06 1:14
Guffa23-Jan-06 1:14 
That is because you are not using a server control. If you simply write out the html code for the control, the runat and onserverclick properties simply ends up in the html code, where they are totally meningless. The runat and onserverclick properies only work if you have them in code that is parsed into the page.

In this case I would simply create server objects for the elements, add the event to the OnClickproperty of the button, and add the objects into a Controls collection of an element in the page.

---
b { font-weight: normal; }

GeneralRe: onclick event not triggering ! Pin
nitya_arysys23-Jan-06 1:21
nitya_arysys23-Jan-06 1:21 
GeneralRe: onclick event not triggering ! Pin
Guffa24-Jan-06 1:21
Guffa24-Jan-06 1:21 
GeneralRe: onclick event not triggering ! Pin
nitya_arysys24-Jan-06 1:36
nitya_arysys24-Jan-06 1:36 
AnswerRe: onclick event not triggering ! Pin
Guffa24-Jan-06 9:35
Guffa24-Jan-06 9:35 
GeneralRe: onclick event not triggering ! Pin
nitya_arysys25-Jan-06 2:33
nitya_arysys25-Jan-06 2:33 
Questionsort column in ultrawingrid Pin
Frank23123-Jan-06 0:02
Frank23123-Jan-06 0:02 
AnswerRe: sort column in ultrawingrid Pin
NassosReyzidis23-Jan-06 3:42
NassosReyzidis23-Jan-06 3:42 
QuestionPassing reference values to C++ functions Pin
madhusri22-Jan-06 23:27
madhusri22-Jan-06 23:27 
Questionis it possible?? Pin
imsathy22-Jan-06 23:25
imsathy22-Jan-06 23:25 
QuestionCustomizing config file Pin
Celemar8222-Jan-06 22:28
Celemar8222-Jan-06 22:28 
AnswerRe: Customizing config file Pin
tarasn23-Jan-06 0:07
tarasn23-Jan-06 0:07 
GeneralRe: Customizing config file Pin
Celemar8223-Jan-06 0:14
Celemar8223-Jan-06 0:14 
QuestionIf anyone needs this. Pin
M@dHatter22-Jan-06 20:47
M@dHatter22-Jan-06 20:47 
QuestionProgram in the tray does not allow to shutdown the computer Pin
curt_russel22-Jan-06 20:21
curt_russel22-Jan-06 20:21 
AnswerRe: Program in the tray does not allow to shutdown the computer Pin
Dave Kreskowiak23-Jan-06 6:04
mveDave Kreskowiak23-Jan-06 6:04 
GeneralRe: Program in the tray does not allow to shutdown the computer Pin
curt_russel23-Jan-06 20:18
curt_russel23-Jan-06 20:18 
GeneralRe: Program in the tray does not allow to shutdown the computer Pin
Dave Kreskowiak24-Jan-06 2:46
mveDave Kreskowiak24-Jan-06 2:46 

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.