<
telerik:RadMenuItem runat="server">
<ItemTemplate>
search:
<telerik:RadTextBox ID="txtQuickSearch" runat="server" Height="12px">
</telerik:RadTextBox> <asp:Button ID="btnQiuckSearch" runat="server" OnClick="btnQiuckSearch_Click"
Text="Go" BackColor="#FF8000" Height="22px" Font-Size="Small" BorderStyle="Double" /></ItemTemplate>
</telerik:RadMenuItem>
The above code .iam not able to access textbox and button from the code behind.
Please give me the suggession.
Thanks
Satish.