Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Dim
zone As New RadDockZone()
updatepanel2 =
New UpdatePanel()
updatepanel2.ID =
"UpdatePanelDoc" + cnt.ToString()
zone.ID =
"zone" + cnt.ToString()
zone.Orientation = Orientation.Horizontal
zone.FitDocks =
False
Dim strScript1 As String
strScript1 = "<script language=javascript>"
strScript1 +=
"$find('zone').get_element().style.float = left;"
"<"
"/script>"
Page.RegisterStartupScript(
"MSGE", strScript1) i also tried with strScript1 += "$find('zone.ClientID').get_element().style.float = left;" But its also not workg n gav me d same error Thanks
zone.Style(
"float") = "left" without any javascript and is working fine ie,
zone.Orientation = Orientation.Vertical
zone.BorderWidth = 2
"float") = "left"
Thanks....