ImageURL Addresses Stored In MSSQLSERVER 2008 DataBase - How Can I Use This Addresses For Showing Im
Posted: Fri Apr 09, 2010 4:25 am
hi my dear friends :
i have many pix stored in my project -> asp.net web app with c#
when u place a Image Control in a web form in this project so it's ImageURL is Like This :
Image1.ImageURL = "~/Images/Pic1.jpg";
so i stored all of this addresses in my database and use them for filling imageurls.
the name of that column in my table (that keeping addresses) is -> Personel.[PictureURL]
for making a report i build a sqldatasource (this sqldatasource connect to a storted procedure that have one parameter) in my project and use it for my report , so i made a report by wizard and and at last i replace the textbox of PictureURL (In Data Section Of Report)with an image control.
at now how can i tell this image show my pix in my project by PictureURL Column???
I do many many ways about that -> such as Imgeurl , datacolumn , ImageData , GetImage event , BeforePrint event and etc in design mode of a report.
but did not work ...
i read a topic about this problem in this forum , but not help ...
i almost watch all of the important video helps....
i would be really really appreciate u for attention and tell step by step that what can i do for fix this problem???
best regards
i have many pix stored in my project -> asp.net web app with c#
when u place a Image Control in a web form in this project so it's ImageURL is Like This :
Image1.ImageURL = "~/Images/Pic1.jpg";
so i stored all of this addresses in my database and use them for filling imageurls.
the name of that column in my table (that keeping addresses) is -> Personel.[PictureURL]
for making a report i build a sqldatasource (this sqldatasource connect to a storted procedure that have one parameter) in my project and use it for my report , so i made a report by wizard and and at last i replace the textbox of PictureURL (In Data Section Of Report)with an image control.
at now how can i tell this image show my pix in my project by PictureURL Column???
I do many many ways about that -> such as Imgeurl , datacolumn , ImageData , GetImage event , BeforePrint event and etc in design mode of a report.
but did not work ...
i read a topic about this problem in this forum , but not help ...
i almost watch all of the important video helps....
i would be really really appreciate u for attention and tell step by step that what can i do for fix this problem???
best regards