Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to call a function... Pin
Phil J Pearson23-Jan-06 2:20
Phil J Pearson23-Jan-06 2:20 
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 
Hi all,

Here is the code:

\\----------------------------------------
public void DisplayButtons()
{
string idName = "id" + j;
string divName = "divNamee" + j;
string divId = "divIdd" + j;
string StyleStr = "visibility:visible; position:absolute; left:" + xPosCityValue + "; top:" + yPosCityValue + ";";

Response.Write("<DIV NAME = '" + divName + "' ID = '" + divId + "' runat = \"server\" STYLE = '" + StyleStr + "'>" + "<input type='image' runat='server' SRC='bulletNew.gif' ALT='" + curCityName + "' id='Image1' onserverclick='Image1_ServerClick'>" + "</DIV>");
}

protected void Image1_ServerClick(object sender, ImageClickEventArgs e)
{
Response.Write("Hello");
}
\\----------------------------------------

On clicking the imagebutton, the event doesnt trigger. I have no idea where I am going wrong. Someone Please help me. This is really urgent.

Nitya.

-- modified at 6:26 Monday 23rd January, 2006
AnswerRe: &amp;#x6f;nclick event not triggering ! Pin
Guffa23-Jan-06 1:14
Guffa23-Jan-06 1:14 
GeneralRe: &amp;#x6f;nclick event not triggering ! Pin
nitya_arysys23-Jan-06 1:21
nitya_arysys23-Jan-06 1:21 
GeneralRe: &amp;#x6f;nclick event not triggering ! Pin
Guffa24-Jan-06 1:21
Guffa24-Jan-06 1:21 
GeneralRe: &amp;#x6f;nclick event not triggering ! Pin
nitya_arysys24-Jan-06 1:36
nitya_arysys24-Jan-06 1:36 
AnswerRe: &amp;#x6f;nclick event not triggering ! Pin
Guffa24-Jan-06 9:35
Guffa24-Jan-06 9:35 
GeneralRe: &amp;#x6f;nclick 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 

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.