This question is locked. New answers and comments are not allowed.
Hi,
i cannot display my mvccontentpages in right pane. Any ideers
Thanks
i cannot display my mvccontentpages in right pane. Any ideers
Thanks
<%= Html.Telerik.Splitter _ .Name("RootSplitter") _ .HtmlAttributes(New With {.height = "700px"}) _ .Orientation(SplitterOrientation.Horizontal) _ .Panes(Sub(rp) rp.Add.Size("400px") _ .Scrollable(False) _ .Content(Function(x) x = Html.Telerik.Splitter.Name("ChildSplitterLeft") _ .Orientation(SplitterOrientation.Vertical) _ .Panes(Sub(cp) cp.Add.LoadContentFrom("ShowTree", "TreeView") cp.Add.LoadContentFrom("ShowGrid", "TreeView") End Sub) Return x End Function) rp.Add.Content(Function(ct)ct = .... Now here how to <asp:contnetPlaceHolder ID="MainContent" runat="server"/>What is the right syntex for vb.netReturn ctEnd Function) End Sub)%>