or
<telerik:RadWindowManager ID="childRadWindowManager1" runat="server" Overlay="false" Skin="WebBlue" OnDataBinding="RadWindowManager1_DataBinding" > <Windows> <telerik:RadWindow ID ="Search" runat= "server" Width="625px" Height= "650px" Modal="true" Behaviors ="Close,Minimize,Maximize,Move,Pin,Resize" Title="Search" NavigateUrl ="./SearchDialog. > </telerik:RadWindowaspx" > </Windows> </telerik:RadWindowManager> <asp:ImageButton runat="server" ImageUrl="~/images/Edit.gif" ToolTip="Click on search" TabIndex="2" AlternateText ="Click on search" OnClientClick="return showDialog(' />Search')"
<telerik:RadWindow>
<asp:Label ID="SearchLabel" Text="Search:" runat="server" ></asp:Label>
</telerik:RadWindow>
This code works fine on one server but does not work on another server
I am using Windows Server 2008 R2 as the OS.
Additional Products go<a href="http://www.google.com/search?q=Product" target="_blank">here</a> or <a href="http://www.google.com/search?q=Items" target="_blank">here</a>.
Now, this is being rendered as raw text, with the tags. Is there a way to have this rendered as hyperlinks? Note that the Item list can vary, and same is the case with the position of the item with the tags.
This is an easy one I am sure....when I maximize one of the RadWindows on the page, I want to minimize all the others. The problem I am having is the minimizeAll function calls it on all windows, how do I exclude the sender? This is what I am using.
function OnClientCommand(sender, eventArgs) { var command = eventArgs.get_commandName(); var oManager = $find("<%=myManager.ClientID %>"); if (command == 'Maximize') { oManager.minimizeAll(); }//end if }//end function<ol> <li>Item 1</li> <li>Item 2 <ol> <li>Sub item a</li> <li>Sub item b <ol> <li>1</li> <li>2</li> <li>3 <ol> <li>11</li> </ol> </li> </ol> </li> </ol> </li></ol><ol style="list-style-type: decimal;"> <li>Item 1</li> <li>Item 2 <ol style="list-style-type: lower-alpha;"> <li>Sub item a</li> <li>Sub item b <ol style="list-style-type: lower-roman;"> <li>1</li> <li>2</li> <li>3 <ol style="list-style-type: lower-roman;"> <li>11</li> </ol> </li> </ol> </li> </ol> </li></ol>