I have a database and LightSwitch HTML screen for searching. Two of the database fields need to be combined with a constant to form the URL of a .jpg image I would like to display with each row of the search datagrid. One of the database fields also needs to have a regex run on it before it is combined to form the file name.
Example:
Field 1 = This Is My Image
Field 2 = BrownCow
Constant = "_image.jpg
I would like to display the URL http://www.mywebsite.com/This_Is_My_Image_BrownCow_image.jpg on the datagrid row.
Where and how would I go about doing this?
Help is appreciated!