Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C++
ImageButton1.ImageUrl = "PICTURE.aspx?ID='" + Id + "'";


this code is right or not
Posted
Updated 25-May-10 0:39am
v2

1 solution

depending on your code in PICTURE.aspx. when it right if you take image from database with respect to id and write that image on your PICTURE.aspx.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900