|
Subject:
|
binding url to an image control
|
|
Posted By:
|
sarah lee
|
Post Date:
|
8/31/2006 1:18:45 PM
|
hi all,
can anyone please tel me how can i bind url in table with an image control? actually image control is not inside any parentcontrol(like datalist or other) i am displaying some information in label, based on an ID, which get passed from another page. along with that information, i want to display the image also url of the images are in table do i need to set the code for it , as i set for labels? or can i set the imageurl property?
thanks
|
|
Reply By:
|
dparsons
|
Reply Date:
|
8/31/2006 1:27:12 PM
|
You can progmatically set the imageurl property in code.
"The one language all programmers understand is profanity."
|
|
Reply By:
|
sarah lee
|
Reply Date:
|
8/31/2006 1:54:24 PM
|
can u please tel me how can i
thanks
|
|
Reply By:
|
dparsons
|
Reply Date:
|
8/31/2006 1:55:56 PM
|
...? Thats a trivial question? image1.imageurl = "./myimage.jpg"
"The one language all programmers understand is profanity."
|
|
Reply By:
|
sarah lee
|
Reply Date:
|
8/31/2006 2:14:03 PM
|
thanks a lot Sir
|