Hi,
I have websplitter control in my page.When i am loading the page,it is not loading properly.I attached screen shot for your reference.Please look into this and let me know the solution??
It is very urgent for me.
Thanks
Hi Paruna,
If I understood correctly, then WebSplitter is not stretched to the height of its container. If that is what you intended to show, then that may have various reasons. Quick test: replace WebSplitter by a plain DIV and check how it will appear.
If you use % height for WebSplitter, then you should keep in mind, that under XHTML heights of all elements is collapsed. It means that, you need to set explicit heights for all containers of splitter, including possible DIV, FORM, BODY and HTML objects.If you use px height for splitter, then that is not required.
If that will not work, then please provide a simple aspx, which can be used to reproduce that issue?You may use Options tab to attached a zipped file.