Is there any resource out there , where one can learn how to properly design user interfaces with ASP.NET controls on Visual Studio ?
I have tried on my own by adding <asp:Table/> to form and then trying to accomodate panels within <asp:TableCell/> controls but that isn't quite going the way I imagined it would.
This may not be the right way to design UIs, but I don't know any better for now.
Does anyone one know any resource with information on this ?

Thanks,

G.