Click here to Skip to main content
15,915,818 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dropdown list problem Pin
Any_India13-May-09 7:58
Any_India13-May-09 7:58 
GeneralRe: dropdown list problem Pin
Christian Graus13-May-09 9:08
protectorChristian Graus13-May-09 9:08 
Questionasp:Login --> how can I add onmousedown javascript handler? Pin
devvvy13-May-09 6:14
devvvy13-May-09 6:14 
AnswerRe: asp:Login --> how can I add onmousedown javascript handler? Pin
Ian McCaul13-May-09 6:35
Ian McCaul13-May-09 6:35 
GeneralRe: asp:Login --> how can I add onmousedown javascript handler? Pin
devvvy13-May-09 6:36
devvvy13-May-09 6:36 
GeneralRe: asp:Login --> how can I add onmousedown javascript handler? Pin
Ramesh Swaminathan13-May-09 7:25
Ramesh Swaminathan13-May-09 7:25 
GeneralRe: asp:Login --> how can I add onmousedown javascript handler? Pin
devvvy13-May-09 14:04
devvvy13-May-09 14:04 
AnswerRe: asp:Login --> how can I add onmousedown javascript handler? Pin
Brian W King13-May-09 7:16
Brian W King13-May-09 7:16 
I use the following to add javascript functionality to a Textbox when I do not want the page to postback, but need an action to take place. SetBlur is the name of my javascript routine, try replacing the 'onchange' with 'onmousedown'? You just need the existing/appropriate event name.

txtTextbox.Attributes.Add("onchange", "SetBlur();")
GeneralRe: asp:Login --> how can I add onmousedown javascript handler? Pin
devvvy13-May-09 13:46
devvvy13-May-09 13:46 
GeneralRe: asp:Login --> how can I add onmousedown javascript handler? Pin
devvvy13-May-09 14:08
devvvy13-May-09 14:08 
QuestionSame control appearing different in seperate web pages - though rendered code is same in view source [modified] Pin
NetQuestions13-May-09 6:04
NetQuestions13-May-09 6:04 
AnswerRe: Same control appearing different in seperate web pages - though rendered code is same in view source [modified] Pin
Ian McCaul13-May-09 6:10
Ian McCaul13-May-09 6:10 
GeneralRe: Same control appearing different in seperate web pages - though rendered code is same in view source Pin
NetQuestions14-May-09 0:30
NetQuestions14-May-09 0:30 
AnswerRe: Same control appearing different in seperate web pages - though rendered code is same in view source Pin
Ian McCaul14-May-09 5:34
Ian McCaul14-May-09 5:34 
GeneralRe: Same control appearing different in seperate web pages - though rendered code is same in view source Pin
NetQuestions19-May-09 10:16
NetQuestions19-May-09 10:16 
Questionhelp in ItemCreated method plus javascript Pin
Sujay chakraborty13-May-09 6:04
Sujay chakraborty13-May-09 6:04 
GeneralRe: help in ItemCreated method plus javascript Pin
Sujay chakraborty13-May-09 6:39
Sujay chakraborty13-May-09 6:39 
AnswerRe: help in ItemCreated method plus javascript Pin
Brian W King13-May-09 7:29
Brian W King13-May-09 7:29 
GeneralRe: help in ItemCreated method plus javascript Pin
Ramesh Swaminathan13-May-09 7:37
Ramesh Swaminathan13-May-09 7:37 
GeneralRe: help in ItemCreated method plus javascript Pin
Brian W King13-May-09 9:35
Brian W King13-May-09 9:35 
GeneralRe: help in ItemCreated method plus javascript Pin
Sujay chakraborty13-May-09 18:26
Sujay chakraborty13-May-09 18:26 
Questionc# with Linq help getting box checked in database Pin
Franklinlloyd13-May-09 5:32
Franklinlloyd13-May-09 5:32 
AnswerRe: c# with Linq help getting box checked in database Pin
Christian Graus13-May-09 6:04
protectorChristian Graus13-May-09 6:04 
AnswerRe: c# with Linq help getting box checked in database Pin
Brian W King13-May-09 9:33
Brian W King13-May-09 9:33 
GeneralRe: c# with Linq help getting box checked in database Pin
Franklinlloyd13-May-09 9:51
Franklinlloyd13-May-09 9:51 

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.