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

ASP.NET

 
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 
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 
I created a table to display an image with a caption as header. I am using a user
control for the purpose.

one use of user control is in an ordinary web page and the other use is in a page that only
an administrator can access.

Following is the rendered code seen in the view source of both web forms.

<table id="table1" border="0" width="613px" cellspacing = "0px" cellpadding="0px">
<tr style="height:20px">
<td style="height:20px; background-image:url(Images/abcd.gif); width:100%; font-size:small; color:White;
font-weight:bold" valign = "middle" > &nbsp;&nbsp;&nbsp;Recent logs</td></tr></table>


In one web form (ordinary web form), the image appears while in the other (admin related web page)the image
does not appear. I do not see any reason why there should be a difference in behaviour.

Please provide me a pointer as to why this could be happenning.

Thanks,
NetQuestions

modified on Wednesday, May 13, 2009 1:18 PM

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 
QuestionAccess server side data from client side Pin
dptalt13-May-09 5:19
dptalt13-May-09 5:19 
AnswerRe: Access server side data from client side Pin
AlexeiXX313-May-09 5:42
AlexeiXX313-May-09 5:42 
GeneralRe: Access server side data from client side Pin
dptalt13-May-09 7:23
dptalt13-May-09 7:23 

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.