Click here to Skip to main content
15,910,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ISPostBack return wrongly Pin
Jassim Makki13-Apr-11 23:25
Jassim Makki13-Apr-11 23:25 
AnswerRe: ISPostBack return wrongly Pin
mksharma3814-Apr-11 0:03
mksharma3814-Apr-11 0:03 
GeneralRe: ISPostBack return wrongly Pin
anishkannan14-Apr-11 0:14
anishkannan14-Apr-11 0:14 
AnswerRe: ISPostBack return wrongly Pin
Prasanta_Prince14-Apr-11 0:47
Prasanta_Prince14-Apr-11 0:47 
Questionetched border Pin
C#Coudou13-Apr-11 16:24
C#Coudou13-Apr-11 16:24 
AnswerRe: etched border Pin
GenJerDan14-Apr-11 4:44
GenJerDan14-Apr-11 4:44 
Questionproblem with asp.net 4 themes and skins Pin
Jassim Makki13-Apr-11 4:08
Jassim Makki13-Apr-11 4:08 
AnswerRe: problem with asp.net 4 themes and skins Pin
Anurag Gandhi13-Apr-11 21:06
professionalAnurag Gandhi13-Apr-11 21:06 
Hi,
Are you missing runat="server" attribute in imgtag?

<img id="image" runat="server" src="~/App_Themes/test/Contoso.gif" style="border-width:0px;">


ImageUrl is the property of asp:Image (Image control). So, you could also write like:

<asp:Image id="MainContent_Image1" runat="server" ImagerUrl="~/images/Contoso.gif" />


Hope this will help.
Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.
My latest article: Group GridView Data

GeneralRe: problem with asp.net 4 themes and skins Pin
Jassim Makki13-Apr-11 21:25
Jassim Makki13-Apr-11 21:25 
GeneralRe: problem with asp.net 4 themes and skins Pin
Jassim Makki13-Apr-11 22:22
Jassim Makki13-Apr-11 22:22 
Questionproblem in publishing website Pin
S.Aijaz13-Apr-11 0:04
S.Aijaz13-Apr-11 0:04 
AnswerRe: problem in publishing website Pin
Not Active13-Apr-11 2:23
mentorNot Active13-Apr-11 2:23 
AnswerRe: problem in publishing website Pin
Prasanta_Prince14-Apr-11 0:51
Prasanta_Prince14-Apr-11 0:51 
Questiongroup buttons Pin
jashimu12-Apr-11 6:38
jashimu12-Apr-11 6:38 
AnswerRe: group buttons Pin
Not Active12-Apr-11 6:52
mentorNot Active12-Apr-11 6:52 
GeneralRe: group buttons Pin
jashimu12-Apr-11 7:08
jashimu12-Apr-11 7:08 
GeneralRe: group buttons Pin
Not Active12-Apr-11 7:36
mentorNot Active12-Apr-11 7:36 
GeneralRe: group buttons Pin
jashimu12-Apr-11 8:45
jashimu12-Apr-11 8:45 
GeneralRe: group buttons Pin
davidnz12-Apr-11 12:09
davidnz12-Apr-11 12:09 
GeneralRe: group buttons Pin
Not Active13-Apr-11 2:21
mentorNot Active13-Apr-11 2:21 
GeneralRe: group buttons Pin
davidnz13-Apr-11 16:16
davidnz13-Apr-11 16:16 
AnswerRe: group buttons Pin
gavindon12-Apr-11 7:01
gavindon12-Apr-11 7:01 
AnswerRe: group buttons Pin
Dalek Dave12-Apr-11 10:22
professionalDalek Dave12-Apr-11 10:22 
QuestionSession Timeout is not working Pin
Elena200612-Apr-11 6:33
Elena200612-Apr-11 6:33 
AnswerRe: Session Timeout is not working Pin
thatraja12-Apr-11 18:19
professionalthatraja12-Apr-11 18:19 

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.