1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

something strange in asp.net.........

Discussion in 'C#' started by totally beginner, Aug 22, 2005.

  1. #1
    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?:(
     
    totally beginner, Aug 22, 2005 IP
  2. darqSHADOW

    darqSHADOW Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Did you upload the /bin/ directory, as well with the compiled app in it?

    DS
     
    darqSHADOW, Aug 22, 2005 IP
  3. totally beginner

    totally beginner Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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)
     
    totally beginner, Aug 22, 2005 IP
  4. heyman

    heyman Peon

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    heyman, Aug 25, 2005 IP