This should also work: src="/container/images/product_images/thumb $image.FileId"
On Feb 15, 11:20 am, eyal <[email protected]> wrote: > Found the solution all I had to do is give the full path. I guess with > the routing its needed. > > Old way > src="../container/images/product_images/thumb$image.FileId" > > New way > src="http://mysite.com/container/images/product_images/thumb > $image.FileId" > > On Feb 12, 12:19 pm, eyal <[email protected]> wrote: > > > the extensions are available within fileId as such .../thumbb41cd7c4- > > dfd5-470c-b524-6a48e2928e93.jpg > > > Theimagewere working fine before I applied urlrouting > > > Thanks > > > Eyal > > > On Feb 12, 9:52 am, mausch <[email protected]> wrote: > > > > Aren't you missing the extension? > > > i.e. thumb${image.FileId}.gif or jpg > > > > On Feb 11, 5:36 pm, eyal <[email protected]> wrote: > > > > > Hi All, > > > > > I recently applied urlrouting. However my view lost all its images. > > > > All I see on page is theimageplacement with marked with red X. Any > > > > idea of how to fix this? > > > > > this is how I pull theimageto display on page: > > > > <img name="Image_$cnt" alt="$Html.HtmlEncode($row.Title)" > > > > src="../container/images/product_images/thumb$image.FileId" > > > > border="0"/ > > > > > Thanks > > > > Eyal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
