How can I give Each dock's loading panel.
like igoogle, each and every Part has its own loading...how can I achive this functionality?(I am using TelerikRadDock)
thanks & reagrds
Dim htmlStringWriter As StringWriter = New StringWriter()
Server.Execute(
"rapport.aspx?id=" & id & "&print=true", htmlStringWriter)
Dim htmlCodeToConvert As String = htmlStringWriter.GetStringBuilder().ToString()
htmlStringWriter.Close()
Hi, I am using this RadDock :
<telerik:RadDock ID="RadDock1" Title="Information" dockmode="Floating" Top="100" Right="20" Skin="Office2007" runat="server" Width="210px">
<ContentTemplate>
<div style="padding: 11px;">
Content
</div>
</ContentTemplate>
</telerik:RadDock>
My RadDoc is not positionned to the right into my page ... Right = "20" is not working.
I would like to use a right position, but not a left position. Is it possible ?
Thank you in advance,
Suzi.
