Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Best way to implement quadrant in a webpage
posted

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

 

 

Parents
No Data
Reply
  • 5368
    Offline posted

    I just did a page with a similar requirement, and used nested WebSplitter controls.

    Worked beautifully!

Children
No Data