Hi Rumen.
Thanks for coming back to me.
I did check the sample, but I'm having some trouble getting it to work. The main problem is that the example uses the following code:
<ig:WebSplitter runat="server" ID="WebSplitter1" Orientation="Horizontal" Width="300px" Height="290px">
And it's the <ig: part that I'm not sure about.
I have another assembly referenced in that page,
<%@ Register Assembly="Infragistics2.WebUI.UltraWebNavigator.v7.2, Version=7.2.20072.61, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
Namespace="Infragistics.WebUI.UltraWebNavigator" TagPrefix="ignav" %>
But I can't figure out what I need to reference to get that <ig: tag working.
I know I'm probably not making much sense here, but I've checked a few of the namespaces and I can't find the WebSplitter anywhere amongst them. And I'm feeling like a bit of a retard already. LOL!
Basically, I'd like to know what I need to add, like the example above, to get the WebSplitter to work on my page.
Thanks very much,
Johann.