Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSelected Text event not working Pin
omlac12-Nov-08 1:55
omlac12-Nov-08 1:55 
AnswerRe: Selected Text event not working Pin
Brij12-Nov-08 2:29
mentorBrij12-Nov-08 2:29 
AnswerRe: Selected Text event not working Pin
omlac12-Nov-08 3:09
omlac12-Nov-08 3:09 
QuestionAudio File Bookmarking and Highlighting with Text Links Pin
srisant12-Nov-08 0:54
srisant12-Nov-08 0:54 
AnswerRe: Audio File Bookmarking and Highlighting with Text Links - CROSS POST Pin
Ashfield12-Nov-08 1:08
Ashfield12-Nov-08 1:08 
QuestionAdding Programmatically Buttons to an asp.net page... Pin
Mahhouraaaaaa12-Nov-08 0:46
Mahhouraaaaaa12-Nov-08 0:46 
AnswerRe: Adding Programmatically Buttons to an asp.net page... Pin
Brij12-Nov-08 2:25
mentorBrij12-Nov-08 2:25 
AnswerRe: Adding Programmatically Buttons to an asp.net page... Pin
Padmanabh Ganorkar12-Nov-08 20:25
Padmanabh Ganorkar12-Nov-08 20:25 
Hi,

1) If you need the asp.net button only then -

Make sure your Javascript function returns false or write like this

button.OnClientClick = "javascript:function(this); return false;";


2) If you can use a HtmlButton then -

HtmlInputButton somebuttonhtml = new HtmlInputButton();
somehtmlbutton.ID = "somehtmlbutton";
somehtmlbutton.Value = "ContextMenuItem";
somehtmlbutton.Attributes.Add("onclick", "javascript:function(this);")
ValueListPanel.Controls.Add(somehtmlbutton);


I suggest to use HtmlButton as it satisfies your requirement and it is light weight.
Hope this will help.

Thanks,
Padmanabh
QuestionRegarding the Events raised from Windows Application Pin
Member 459552812-Nov-08 0:18
Member 459552812-Nov-08 0:18 
Questionpaypal Pin
joindotnet12-Nov-08 0:06
joindotnet12-Nov-08 0:06 
AnswerRe: paypal Pin
Ashfield12-Nov-08 1:10
Ashfield12-Nov-08 1:10 
GeneralRe: paypal Pin
joindotnet12-Nov-08 1:12
joindotnet12-Nov-08 1:12 
GeneralRe: paypal Pin
Ashfield12-Nov-08 1:57
Ashfield12-Nov-08 1:57 
GeneralRe: paypal Pin
joindotnet12-Nov-08 2:12
joindotnet12-Nov-08 2:12 
GeneralRe: paypal Pin
Ashfield12-Nov-08 3:24
Ashfield12-Nov-08 3:24 
QuestionTo create a Reciprocal Link System [modified] Pin
div_gusain11-Nov-08 23:31
div_gusain11-Nov-08 23:31 
AnswerRe: To create a Reciprocal Link System Pin
eyeseetee11-Nov-08 23:46
eyeseetee11-Nov-08 23:46 
AnswerRe: To create a Reciprocal Link System Pin
Ashfield12-Nov-08 1:11
Ashfield12-Nov-08 1:11 
Questiongridview on page index change change page Url with paging no Pin
amit sahu2011-Nov-08 23:28
amit sahu2011-Nov-08 23:28 
AnswerRe: gridview on page index change change page Url with paging no Pin
eyeseetee11-Nov-08 23:49
eyeseetee11-Nov-08 23:49 
QuestionHow to call an object (*.dll) from JavaScript? Pin
darthm11-Nov-08 23:11
darthm11-Nov-08 23:11 
QuestionProblem with file download link Pin
pradeep kumarappagari11-Nov-08 20:35
pradeep kumarappagari11-Nov-08 20:35 
AnswerRe: Problem with file download link Pin
Rinki Mukheraji11-Nov-08 20:49
Rinki Mukheraji11-Nov-08 20:49 
QuestionScreen Resolution problem Pin
SUDHAKAR PALLAM11-Nov-08 20:21
SUDHAKAR PALLAM11-Nov-08 20:21 
AnswerRe: Screen Resolution problem Pin
pradeep kumarappagari11-Nov-08 20:44
pradeep kumarappagari11-Nov-08 20:44 

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.