function focusSpecClassOne()
{
var comboSpec = $find("<%= radcmbDrugsOne.ClientID %>");
var chkSpOne=document.getElementById("chkSpecClassOne").checked;
if(chkSpOne)
{
comboSpec.enable();
var comboItem = comboSpec.get_selectedItem();
if(comboItem && !comboItem.get_enabled())
{
combo.commitChanges();
comboItem.enable();
combo.trackChanges();
}
document.getElementById ("chkEntireClassOne").checked=false;
}
else
{
comboSpec.disable();
document.getElementById ("chkEntireClassOne").checked=true;
}
}
<
radU:RadUpload ID="radEvaluationFileupload" runat="server" Skin="Vista" Width="150px" InitialFileInputsCount="1" AllowedFileExtensions=".doc,.txt"
ControlObjectsVisibility="None" TargetPhysicalFolder="C:\UploadFiles" SkinsPath="~/RadControls/Upload/Skins"
MaxFileInputsCount="1" />
[ WinForms Grid Features | Documentation | Demos | Telerik TV | Self-Paced Trainer | Step-by-step Tutorial ]"
followed by the normal Telerik website footer with all the links (i.e. a normal Forum thread page but with all the actual posts missing).