Here i am using RadControl ASP.NET Q3 2007 .
The code are as follows.
---------------------------
<radW:RadWindowManager ID="rWindowManager" ClientCallBackFunction="CallBackFunction_AssignWizard" OnClientClose="UncheckGridRow" runat="server" Height="4px" Left="" NavigateUrl="" SkinsPath="~/RadControls/Window/Skins" Title="" Top="" Skin="winxpluna" >
<Windows>
<radW:RadWindow ID="rWindowVoiceMsgContactAssignWizard" runat="server" Left="1px" NavigateUrl="" SkinsPath="~/RadControls/Window/Skins"
title="Voice Message Contact Assign Wizard" Top="2px" Modal="true" VisibleStatusbar="false" ReloadOnShow="true" Width="425px" Height="350px" />
</Windows>
</radW:RadWindowManager>
---------------------------
Query
1>
I want to upgrad the code in RadControl ASP.NET AJAX 2008.
In RadControl ASP.NET AJAX 2008 , i didn't get the skin with name="winxpluna".
How can i modify the above code for ASP.NET AJAX 2008 control.
2>How can i upgrade the RadControl ASP.NET Q3 2007 to RadControl ASP.NET AJAX 2008 (Control like grid,toolbat,tabstrip,datetimepicker,window,combobox)
The code are as follows.
---------------------------
<radW:RadWindowManager ID="rWindowManager" ClientCallBackFunction="CallBackFunction_AssignWizard" OnClientClose="UncheckGridRow" runat="server" Height="4px" Left="" NavigateUrl="" SkinsPath="~/RadControls/Window/Skins" Title="" Top="" Skin="winxpluna" >
<Windows>
<radW:RadWindow ID="rWindowVoiceMsgContactAssignWizard" runat="server" Left="1px" NavigateUrl="" SkinsPath="~/RadControls/Window/Skins"
title="Voice Message Contact Assign Wizard" Top="2px" Modal="true" VisibleStatusbar="false" ReloadOnShow="true" Width="425px" Height="350px" />
</Windows>
</radW:RadWindowManager>
---------------------------
Query
1>
I want to upgrad the code in RadControl ASP.NET AJAX 2008.
In RadControl ASP.NET AJAX 2008 , i didn't get the skin with name="winxpluna".
How can i modify the above code for ASP.NET AJAX 2008 control.
2>How can i upgrade the RadControl ASP.NET Q3 2007 to RadControl ASP.NET AJAX 2008 (Control like grid,toolbat,tabstrip,datetimepicker,window,combobox)