Sei sulla pagina 1di 1

Obout splitter

Install for ASP.NET

1. Copy DLLs from folder bin to C:\Inetpub\wwwroot\bin\

2. Copy folder splitter to C:\Inetpub\wwwroot\ (root of your web site)

3. With header and footer. Open example


<html>
<body>
<div style="height:40px;">
This is a header
</div>
<spl:Splitter runat="server" StyleFolder="/splitter/styles/default" FooterHeight="50">
<LeftPanel>
..left panel content..
</LeftPanel>
<RightPanel>
..right panel content..
</RightPanel>
</spl:Splitter>
<div style="height:50px;">
This is a footer
</div>
</body>
</html>

Potrebbero piacerti anche