Click here to Skip to main content
15,893,668 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: hidden div block when displayed, displays at an offset of 200px only in IE 6... Pin
Shog912-May-08 9:07
sitebuilderShog912-May-08 9:07 
QuestionHelp need to mysql remote Connection...for a browser toolbar Pin
jmohan11-May-08 20:37
jmohan11-May-08 20:37 
Questioni lose informaiton inside texbox only. Please help Pin
cmpemikail10-May-08 23:39
cmpemikail10-May-08 23:39 
AnswerRe: i lose informaiton inside texbox only. Please help Pin
Dave Sexton11-May-08 4:30
Dave Sexton11-May-08 4:30 
Questionsubmit on select option Pin
idsanjeevjha10-May-08 0:37
idsanjeevjha10-May-08 0:37 
AnswerRe: submit on select option Pin
Poonam Gandash10-May-08 3:44
Poonam Gandash10-May-08 3:44 
QuestionRe: submit on select option Pin
idsanjeevjha14-May-08 23:34
idsanjeevjha14-May-08 23:34 
QuestionConvert some java code to c# in Context menu Pin
peter.bellen@qsm-europe.com9-May-08 23:17
peter.bellen@qsm-europe.com9-May-08 23:17 
Greetings,

I'am currently working with a Context menu in a ASP.net page.

I'am having the Context menu working and the context menu pops'up as requested.

But now I'have to catch the linked button in the Context menu to proces this further;
I have the Java code for this :

onkeypress="<% = ContextMenu1.GetEscReference() %>"
onclick="<% = ContextMenu1.GetOnClickReference() %>"

How can I convert these event handlers in Java to c#???

These must be included inside the Page_Load method

The example for the Context menu was written in Java Code but my web application is written in c#.


I already found some kind of solution but these gives index errors?
ContextMenu1.Attributes["onkeypress"] = ContextMenu1.GetEscReference();
ContextMenu1.Attributes["onclick"] = ContextMenu1.GetOnClickReference();
And as far as I can see these are not eventhandlers.
Maybe it can help in the solution?


Thanks for all help

Peter
AnswerRe: Convert some java code to c# in Context menu Pin
Christian Graus11-May-08 21:01
protectorChristian Graus11-May-08 21:01 
AnswerRe: Convert some java code to c# in Context menu Pin
The Web Developer13-May-08 1:18
The Web Developer13-May-08 1:18 
GeneralRe: Convert some java code to c# in Context menu Pin
Pete O'Hanlon13-May-08 2:26
mvePete O'Hanlon13-May-08 2:26 
QuestionJava Script Function Pin
jonhbt9-May-08 22:46
jonhbt9-May-08 22:46 
AnswerRe: Java Script Function Pin
Hesham Amin9-May-08 22:52
Hesham Amin9-May-08 22:52 
AnswerRe: Java Script Function Pin
Poonam Gandash10-May-08 3:49
Poonam Gandash10-May-08 3:49 
QuestionPlease help interpret this .js... Pin
Member 39828179-May-08 5:01
Member 39828179-May-08 5:01 
AnswerRe: Please help interpret this .js... Pin
Shog99-May-08 8:14
sitebuilderShog99-May-08 8:14 
QuestionWhich Book is Good for learning Ajax Pin
coolsatty8-May-08 19:27
coolsatty8-May-08 19:27 
AnswerRe: Which Book is Good for learning Ajax Pin
Poonam Gandash8-May-08 23:09
Poonam Gandash8-May-08 23:09 
AnswerRe: Which Book is Good for learning Ajax Pin
Shog99-May-08 8:17
sitebuilderShog99-May-08 8:17 
QuestionLoading web user control from different assembly Pin
SumitMahajan8-May-08 7:26
SumitMahajan8-May-08 7:26 
Questionpermission denied error Pin
vicky000007-May-08 22:41
vicky000007-May-08 22:41 
AnswerRe: permission denied error Pin
Ashish Sehajpal8-May-08 0:21
Ashish Sehajpal8-May-08 0:21 
AnswerRe: permission denied error Pin
James Simpson8-May-08 0:33
James Simpson8-May-08 0:33 
GeneralRe: permission denied error Pin
vicky000008-May-08 1:24
vicky000008-May-08 1:24 
GeneralRe: permission denied error Pin
James Simpson8-May-08 1:27
James Simpson8-May-08 1:27 

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.