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?
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)
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.