Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI
I have a requirement in which i have listboxes containing fields such as Chocolates,Cookies .Here my requirement is when i select any of fields, images with respect to the field should be displayed .For Example if i selected Chocolate , Chocolate image should be displayed .
Any suggestion are appreciated.
Thanks
You could show images in a textbox according to the selection in the list box (take a look at the help: search for "internal files" and "bundle" instructions)
Hi,
You can use text box. If you go to general in text box, you will see image under background section. Use that to have the image.
You can have a textbox each for each of the items and show hide using an if condition.
thanks,
Rajesh Vaswani