image path in web.config
-
hi all, how to save path of images in web.config.. i uploded images saved the filename of images in db. and images to folder.. im trying to bind the images in image control in repeater.. help me...
//the path is
Image1.ImageUrl="~test/cric.gif"
//cric.gif must be retreved from db... -
hi all, how to save path of images in web.config.. i uploded images saved the filename of images in db. and images to folder.. im trying to bind the images in image control in repeater.. help me...
//the path is
Image1.ImageUrl="~test/cric.gif"
//cric.gif must be retreved from db...add slash(/) between Tild(~) and folder name it should be like..
Image1.ImageUrl="~/test/cric.gif"
-
hi all, how to save path of images in web.config.. i uploded images saved the filename of images in db. and images to folder.. im trying to bind the images in image control in repeater.. help me...
//the path is
Image1.ImageUrl="~test/cric.gif"
//cric.gif must be retreved from db...So what does this have to do with the web.config??
Image1.ImageUrl="~**/**test/cric.gif"
I know the language. I've read a book. - _Madmatt
-
hi all, how to save path of images in web.config.. i uploded images saved the filename of images in db. and images to folder.. im trying to bind the images in image control in repeater.. help me...
//the path is
Image1.ImageUrl="~test/cric.gif"
//cric.gif must be retreved from db...Though putting a forward slash between the tilda and test would make the url syntax correct...
Image1.ImageUrl="~/test/cric.gif"
how does this total path of Image is related to retrieval of this image from database? and also Web.config?
-
Though putting a forward slash between the tilda and test would make the url syntax correct...
Image1.ImageUrl="~/test/cric.gif"
how does this total path of Image is related to retrieval of this image from database? and also Web.config?
The same responses were given over 30 minutes before. How is your response relevant and useful? :rolleyes:
I know the language. I've read a book. - _Madmatt
-
The same responses were given over 30 minutes before. How is your response relevant and useful? :rolleyes:
I know the language. I've read a book. - _Madmatt
It might had happened that i opened it for reply... went for some work in between and came back an posted it? Is this fine with you? Hope i won't be punished for that! :doh: