Posted on Mar 11, 2011 (permalink)
Hello, I am trying to save the dynamically created raddoc in to mssql. GetRegisteredDocksState() does not recognize the newly created raddoc.
Public Sub SaveState()
Dim dockState As String
Dim serializer As New Script.Serialization.JavaScriptSerializer()
Dim stateList As List(Of DockState) = RadDockLayout1.GetRegisteredDocksState()
Dim serializedList As New StringBuilder()
Dim i As Integer = 0
While i < stateList.Count
serializedList.Append(serializer.Serialize(stateList(i)))
serializedList.Append("|")
i += 1
End While
dockState = serializedList.ToString()
....
Do you have any KB article on the same ?
Reply
Posted on Mar 14, 2011 (permalink)
Back to Top
[ ASP.NET Dock Features | Documentation | Demos | Step-by-step Tutorial ]
UI controls for ASP.NET AJAX, MVC, WPF,Silverlight, Windows 8 and Windows Phone
Cross-platform Mobile Development Toolwith cloud-based architecture
Everything you need to build sites andmobile apps with JavaScript and HTML5
One easy tool for Functional, Performance,Load and Mobile software testing
Everything for your online business - contentmanagement, ecommerce, emarketing
Simple and intuitive project managementand collaboration software