Click here to Skip to main content
15,911,132 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: datagrid in asp.net Pin
N a v a n e e t h16-Jan-08 2:25
N a v a n e e t h16-Jan-08 2:25 
GeneralRe: datagrid in asp.net Pin
Harikrk16-Jan-08 3:20
Harikrk16-Jan-08 3:20 
Generalgrid view checkbox Pin
kiran.puchakayala16-Jan-08 0:12
kiran.puchakayala16-Jan-08 0:12 
GeneralRe: grid view checkbox Pin
Not Active16-Jan-08 1:26
mentorNot Active16-Jan-08 1:26 
GeneralCurrency display in report field Pin
macca2415-Jan-08 23:12
macca2415-Jan-08 23:12 
GeneralRe: Currency display in report field Pin
Shajeel16-Jan-08 0:43
Shajeel16-Jan-08 0:43 
Generalonmouseover imagebutton Pin
eyeseetee15-Jan-08 22:46
eyeseetee15-Jan-08 22:46 
GeneralRe: onmouseover imagebutton [modified] Pin
Declan Bright16-Jan-08 0:10
Declan Bright16-Jan-08 0:10 
The ~/ syntax is used to get the root path when executed on the server side, however in this instance you are trying to execute it on the clientside where it is not understood.

This should work on the clientside:
onmouseover="this.src='Images/loginbuttonover.gif'"
You can also add it on the serverside like this:
this.ImageButton1.Attributes.Add("onmouseover", "this.src='" + ResolveClientUrl("~/images/loginbuttonover.gif") + "'");


Declan Bright
www.declanbright.com

modified on Wednesday, January 16, 2008 6:43:54 AM

QuestionE-Mail Creation Pin
georgegarvasis15-Jan-08 22:42
georgegarvasis15-Jan-08 22:42 
GeneralRe: E-Mail Creation Pin
N a v a n e e t h15-Jan-08 23:13
N a v a n e e t h15-Jan-08 23:13 
GeneralRe: E-Mail Creation Pin
Vasudevan Deepak Kumar16-Jan-08 0:13
Vasudevan Deepak Kumar16-Jan-08 0:13 
GeneralSaving the word document at the server Pin
honeyss15-Jan-08 22:33
honeyss15-Jan-08 22:33 
GeneralGridview advice Pin
Mycroft Holmes15-Jan-08 21:58
professionalMycroft Holmes15-Jan-08 21:58 
GeneralRe: Gridview advice - Response to question 1 Pin
Declan Bright15-Jan-08 22:25
Declan Bright15-Jan-08 22:25 
Generalcolour pallete Pin
eyeseetee15-Jan-08 21:57
eyeseetee15-Jan-08 21:57 
GeneralRe: colour pallete Pin
Vasudevan Deepak Kumar15-Jan-08 22:07
Vasudevan Deepak Kumar15-Jan-08 22:07 
GeneralRe: colour pallete Pin
Declan Bright15-Jan-08 22:16
Declan Bright15-Jan-08 22:16 
GeneralRe: colour pallete Pin
eyeseetee15-Jan-08 22:44
eyeseetee15-Jan-08 22:44 
Questiongridview related problem Pin
Pankaj Garg15-Jan-08 21:49
Pankaj Garg15-Jan-08 21:49 
GeneralDouble post Pin
pmarfleet15-Jan-08 22:09
pmarfleet15-Jan-08 22:09 
GeneralRe: Double post Pin
Pankaj Garg15-Jan-08 22:25
Pankaj Garg15-Jan-08 22:25 
QuestionHow to prevent Session Time Out in Asp.net 2.0 Pin
Rajesh_K_Sharma15-Jan-08 20:34
Rajesh_K_Sharma15-Jan-08 20:34 
AnswerRe: How to prevent Session Time Out in Asp.net 2.0 Pin
Abhijit Jana15-Jan-08 21:13
professionalAbhijit Jana15-Jan-08 21:13 
AnswerRe: How to prevent Session Time Out in Asp.net 2.0 Pin
Abhijit Jana15-Jan-08 21:13
professionalAbhijit Jana15-Jan-08 21:13 
GeneralRe: How to prevent Session Time Out in Asp.net 2.0 Pin
N a v a n e e t h15-Jan-08 21:33
N a v a n e e t h15-Jan-08 21:33 

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.