I’m having an image that i have added to the image folder in app_data folder
of my application. now problem is that it’s showing the image at design time
but at runtime it don’t show.now if page is postback now it shows the image.
what’s the prob with this.?
You shouldn’t put images in the App_Data folder- it is meant for storing data that is not accessible via a URL.
Move the image out of that folder and it should work fine.