Secured Loans - Flights - Hookah - Credit Counseling - Mortgages

PDA

View Full Version : something strange in asp.net.........


totally beginner
Aug 22nd 2005, 11:14 am
i try create a simple web form using visual studio.net in my localhost.

after that i try to upload my web via www.somee.com

i try to enter my web site from internet......success......

but.....i can't access all button and image button in my website although in my localhost, all button and image button works perfect...........

anybody know why?:(

darqSHADOW
Aug 22nd 2005, 11:19 am
Did you upload the /bin/ directory, as well with the compiled app in it?

DS

totally beginner
Aug 22nd 2005, 9:23 pm
i already copy all my /bin content and upload them.........
i don't understand why all onclick event not working (all button & image button)...but ontextchange event in combobox still working....

display of my web is normal (same as when i run it on my localhost)

heyman
Aug 25th 2005, 9:24 pm
make sure you are using absolute path for the images etc. on your local box you might have a virtual folder e.g. /localhost/myTestSite - but on the live server there is not virtual folder. You can get around this issue by always using absolute paths.