I have mentioned the imageurl in my codebhind file.The path is right , one time i viewed the image too but most of the time am unable to view image in my image control.How i can solve this.Where am going wrong ?
imgmap.ImageUrl = Server.MapPath((".\\Maps\\") + ds.Tables[0].Rows[i]["Map"].ToString());