Hi all Im currently working with an umbraco installation and i want to remove the file extension of the image being brought back and replace it with _thumb (standard in umbraco) any ideas on how I can achieve this? the following wont work
imgCurrentVenueImage.ImageUrl = currentPage.GetProperty("venueImage").Value.Split(.) + "_thumb";
Thanks
Paul
Go to the complete details ...