TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ikram Shams
NA
82
0
Passing a query string value retrieved to an ImageUrl attribute of an image control using asp.net c#
Jul 11 2012 7:38 AM
I have a page called DisplayImage and within the page_load event i was able to retrieve some
values from the query string
hcode=Request.Querystring["ccode"].Tostring();
Now,
hcode="6699FD";
However i want to pass the value of
6699FD
to another page to run a process and return a byte image
<asp:Image ID="img1" runat="server" ImageUrl="~/RetrieveImage.aspx?ID="
6699FD
/>
How can I pass the value of
6699FD
as a parameter to my Imageurl so that i can use it to retrieve my image.
Reply
Answers (
3
)
how to make Web Page less Refreshable
how can make multi bar report