$0$0I have some problems with the $find $0$0Here is the contents of my .aspx file:$0$0<form id="form1" runat="server">$0$0 <asp:ScriptManager ID="ScriptManager1" runat="server" />$0$0 <telerik:RadComboBox ID="RadComboBox1" runat="server"></telerik:RadComboBox>$0$0 <script type="text/javascript"> $0$0 alert($find("RadComboBox1"));$0$0 </script>$0$0</form>$0$0my question:$0$0 alert return null,why?$0$0$0$0$0