Hi,
I have this requirement where the webpage needs to be divided into four sections(quadrants) and something like the Webdialog will go in each of these quadrants.
I tried a table with <td runat=server> and on the page load, added the WebDialog control.
I am having issues positioning the WebDialog.
Any suggestions as to how to achive this? Ideally, I would like to add UserControls in these quadrants depending on what user selected.
I do not want to do WebPart as it will need some good backend change to integrate with our user management system.
Let me know your thoughts on this.
Thanks
Sudip
I just did a page with a similar requirement, and used nested WebSplitter controls.
Worked beautifully!