Thanks a lot.
Could you also give me some suggestions for the following
1) I have to select some images within a block based on some drop down selectins. I have done all the coding in c# and works great. The way I did was to have the images as invisible on aspx page and made them visible based on the selection criteria. The block i call it as enclosure.
The new problem i am working on is having these images displayed on the first page with much smaller resolution. Other words, the entire enclosure should be displayed on the first page with smaller resolution.The image should also move based on other selection rules on the first page. I am thinking of moving the enclosure on the first page using java script.
Not sure of how to do the first part, where display the images on second page on first page. This is not a single image, these are a collection of images based on some specific selection (almost like a formula).
Please suggest me some good approaches.
Thanks,