// SYSTEM.CORE AND SYSTEM.WEB.EXTENSIONS IN THE GAC:
System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSI
System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL
System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL
System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL
// CONFIRMED ASSEMBLY INSTALLED IN THE GAC:
Telerik.Web.Design, Version=2012.1.411.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL
// DETERMINED WHICH VERSIONS AND SERVICE PACKES OF .NET ARE INSTALLED
http://msdn.microsoft.com/en-us/kb/kbarticle.aspx?id=318785
NET Framework Setup
v4 Client C:\Windows\Microsoft.NET\Framework64\v4.0.30319
v4 Full C:\Windows\Microsoft.NET\Framework64\v4.0.30319
code:
<body class="main">
<form id="form2" runat="server">
<asp:ScriptManager ID="ScriptManager2" runat="server" AsyncPostBackTimeout="360000"
EnablePartialRendering="true">
</asp:ScriptManager>
<div class="centered">
<asp:UpdatePanel runat="server" ID="UpdatePanel1" UpdateMode="Conditional">
<ContentTemplate>
<table border="0" cellspacing="0" cellpadding="0" id="Table1" runat="server" align="center">
<tr>
<td>
<telerik:RadListBox ID="RadListBox1" runat="server" AllowTransfer="true" AllowTransferOnDoubleClick="true"
EnableViewState="true" AutoPostBackOnTransfer="true" EnableDragAndDrop="false"
Height="250px" OnItemDataBound="RadListBoxSource_ItemDataBound" Width="515px"
OnTransferring="RadListBoxSource_Transferring" SelectionMode="Multiple" Skin="WebBlue"
TransferToID="RadListBoxDestination">
<Items>
</Items>
<ButtonSettings AreaHeight="40px" AreaWidth="35px" ShowTransfer="true" ShowTransferAll="true"
VerticalAlign="Middle" />
</telerik:RadListBox>
</td>
<td>
<telerik:RadListBox ID="RadListBox2" runat="server" AllowTransferDuplicates="false"
EnableViewState="true" AllowTransferOnDoubleClick="true" AutoPostBackOnTransfer="true"
EnableDragAndDrop="false" Width="480px" Height="250px" OnItemDataBound="RadListBoxDestination_ItemDataBound"
SelectionMode="Multiple" Skin="WebBlue" Sort="Ascending" />
</td>
</tr>
</table>
</ContentTemplate>
</asp:Panel>
</div>
</form>
</body>
Please help.
Thanks & Regards,
Santhosh Naik
http://www.matdesmarais.com/2011/12/sharepoint-2010-excluding-navigation-nodes-from-search-crawl/ , which refers to including NOINDEX in the navigation items.
Is there a way to set our master page using RADmenu to insert the NOINDEX in all of the DIVs associate with the menu navigation?