I finally got my site to work on my server, and it is now visible at http://www.mhn.co but when you click on any of the categories on the top it loads a professional’s profile, but the image buttons I’m using like tabs on the profile content don’t load, and just display “Submit Query” until clicked on, then the images load. This is my first asp.net site that I’ve deployed so I’m pretty unfamiliar with how this should work. The server is running asp.net 2.0, 3.0, and 3.5, and my site is using 2.0
Share
Are you assigning image on load ? Cause the src is null or empty at first. And on the click
you probably added the image on postback or something.
Try adding image on the load