Experts,
I’m developing an application in Windows phone, Where i need to display images in screen in table format (2 images in row and columns will be growing as required).
Image count will be dynamic, which i will have the information at runtime. I need to display all the images

can you please let me know how to proceed.. images will be from internet url.
Pavan
This is a perfect case for the use of the WrapPanel from Silverlight Toolkit.
It would basically do precisely what you need, with a single line of code.