problem using ajax
-
Hi, In my ajax enables asp.net application, i'm using a updatepanel. In this i've kept a html input image control. But the probel is when i browse this site, the images are not seen. Can anyone tell me where i'm wrong? The code is as follows: Please help me out here. Thanks, Deepa
-
Hi, In my ajax enables asp.net application, i'm using a updatepanel. In this i've kept a html input image control. But the probel is when i browse this site, the images are not seen. Can anyone tell me where i'm wrong? The code is as follows: Please help me out here. Thanks, Deepa
-
Hi, I didnt get any error.
Check for each and every line. Thanks, Sun Rays Rate this post if you like answer. My Articles
-
Hi, In my ajax enables asp.net application, i'm using a updatepanel. In this i've kept a html input image control. But the probel is when i browse this site, the images are not seen. Can anyone tell me where i'm wrong? The code is as follows: Please help me out here. Thanks, Deepa
deep7 wrote:
src="img/S.0.1245.2.gif"
Are you sure the images are in a subdirectory off the directory holding the page? Any reason you are using
<input type="image"
. If you use theasp.image
class you can specify the image path from the root usingImageUrl="~/img/filename.gif"
, which generally reduces these relative directory issues."More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF
"This time yesterday, I still had 24 hours to meet the deadline I've just missed today."