Click here to Skip to main content
15,904,024 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb.config Pin
mehrdadc483-Dec-06 10:07
mehrdadc483-Dec-06 10:07 
AnswerRe: Web.config Pin
ullk3-Dec-06 10:35
ullk3-Dec-06 10:35 
QuestionSearch Pin
mehrdadc483-Dec-06 10:06
mehrdadc483-Dec-06 10:06 
AnswerRe: Search Pin
Eduard Keilholz3-Dec-06 20:44
Eduard Keilholz3-Dec-06 20:44 
QuestionUser Controls - Setting the Default Property Pin
Dominic Pettifer3-Dec-06 8:19
Dominic Pettifer3-Dec-06 8:19 
QuestionSystem.Web.HttpRequestValidationException Pin
Smiles743-Dec-06 5:27
Smiles743-Dec-06 5:27 
AnswerRe: System.Web.HttpRequestValidationException Pin
Guffa3-Dec-06 7:01
Guffa3-Dec-06 7:01 
QuestionAccess to images in main folder from subfolder -onmouseover Pin
ullk3-Dec-06 1:45
ullk3-Dec-06 1:45 
Question:
How can I access to Images whitch are stored in the main directory /images/button2b.gif in a website that is stored in a subdirectory /member/default2.aspx?

My Problem:
I have a site in a subdirectory /member/default2.aspx

with the following code:

<input type=image id="InputImage2" src="~/images/button2b.gif"
onmouseover="this.src='~/images/button2c.gif';"
onmouseout="this.src='~/images/button2b.gif';"
runat="server" onserverclick="InputImage2_ServerClick"/>

My images are in the main directory ../images/button2c.gif

The code onmouseover="this.src='~/images/button2c.gif';" doesn't go. It search the image in the subdirectory /member/image/button2c.gif but the image is in the main folder /images/button2c.gif.

Do you have any tips?



Best regards
ullk



-- modified at 17:51 Sunday 3rd December, 2006
QuestionDatagrid template Pin
shereem khaleel3-Dec-06 1:10
shereem khaleel3-Dec-06 1:10 
AnswerRe: Datagrid template Pin
Tamimi - Code3-Dec-06 1:52
Tamimi - Code3-Dec-06 1:52 
GeneralRe: Datagrid template Pin
shereem khaleel3-Dec-06 2:16
shereem khaleel3-Dec-06 2:16 
GeneralRe: Datagrid template Pin
Tamimi - Code3-Dec-06 2:42
Tamimi - Code3-Dec-06 2:42 
GeneralRe: Datagrid template Pin
shereem khaleel3-Dec-06 18:48
shereem khaleel3-Dec-06 18:48 
GeneralRe: Datagrid template Pin
Tamimi - Code3-Dec-06 19:22
Tamimi - Code3-Dec-06 19:22 
GeneralRe: Datagrid template Pin
shereem khaleel3-Dec-06 19:33
shereem khaleel3-Dec-06 19:33 
Questionhow to make an event on a TemplateColumn Pin
rania_mansy3-Dec-06 0:17
rania_mansy3-Dec-06 0:17 
QuestionForum Required Pin
Bulky Fellow2-Dec-06 20:23
Bulky Fellow2-Dec-06 20:23 
AnswerRe: Forum Required Pin
Grapes-R-Fun3-Dec-06 9:39
Grapes-R-Fun3-Dec-06 9:39 
QuestionHow to Pass data using POST method .???????? Pin
devboycpp2-Dec-06 18:10
devboycpp2-Dec-06 18:10 
AnswerRe: How to Pass data using POST method .???????? Pin
Guffa3-Dec-06 7:05
Guffa3-Dec-06 7:05 
GeneralRe: How to Pass data using POST method .???????? Pin
Dominic Pettifer3-Dec-06 8:14
Dominic Pettifer3-Dec-06 8:14 
QuestionImage Element Qn Pin
honkie_thong2-Dec-06 17:11
honkie_thong2-Dec-06 17:11 
GeneralRe: Image Element Qn Pin
Guffa3-Dec-06 11:23
Guffa3-Dec-06 11:23 
Questiondefaultbutton problem Pin
karanba2-Dec-06 9:50
karanba2-Dec-06 9:50 
Questiondatalist with linkbutton Pin
nick neutron2-Dec-06 9:05
nick neutron2-Dec-06 9:05 

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.