Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
35557 Points
5696 Posts
Apr 19, 2012 12:11 PM|LINK
harshil_sheth Remote path means http://www.hollywoodreporter.com/sites/default/files/2011/05/googlelogoa_a_l.jpg it is not in my project so how can i do it? and i dont want to do it with httpwebrequest.
Remote path means
http://www.hollywoodreporter.com/sites/default/files/2011/05/googlelogoa_a_l.jpg
it is not in my project so how can i do it?
and i dont want to do it with httpwebrequest.
why to use handler then... u can simply do
<asp:Image runat="server" ImageUrl="http://www.hollywoodreporter.com/sites/default/files/2011/05/googlelogoa_a_l.jpg" Width="100px" Height="100px" />
hope this helps...
kedarrkulkar...
All-Star
35557 Points
5696 Posts
Re: get image url from Handler file
Apr 19, 2012 12:11 PM|LINK
why to use handler then... u can simply do
<asp:Image runat="server" ImageUrl="http://www.hollywoodreporter.com/sites/default/files/2011/05/googlelogoa_a_l.jpg" Width="100px" Height="100px" />
hope this helps...
KK
Please mark as Answer if post helps in resolving your issue
My Site