Hello I've got a problem. I's seems simply but I didn't saw solution anywhere.
In one aspx for example 1.aspx file I have got html contol img running at server.
<img id='PreviewImage' runat="server" class="showAll" />
In file 1.aspx.vb in page load I need to set src of this img and I do it like:
PreviewImage.Src = "download.aspx"
In download.aspx.vb page load I've got stop to fire debugger.
And now..
IE can get there and start debugging. But Chrome can't do this. Chrome cannot fire download.aspx... why?
In one aspx for example 1.aspx file I have got html contol img running at server.
<img id='PreviewImage' runat="server" class="showAll" />
In file 1.aspx.vb in page load I need to set src of this img and I do it like:
PreviewImage.Src = "download.aspx"
In download.aspx.vb page load I've got stop to fire debugger.
And now..
IE can get there and start debugging. But Chrome can't do this. Chrome cannot fire download.aspx... why?
