how to show image path in a textbox
Hi
I have one user control with textbox and a button .when i clicking a button i want to show the image path from sitefinity 4.3 image library to the textbox in sitefinity 4.3
please help me
Hi Sreeraj,
Telerik.Sitefinity.Libraries.Model.Image has a property named Url that holds exactly what you need. How do you recognize the image that you have selected - do you have some sort of binder that displays the images in a grid? Then the property Url for all the bound images should be present on client side so you could retrieve the currently selected image object and get its Url property in your button click handler.
Best wishes,