Hi,
I have default button in my webpage.
I have default button in my webpage.
Page.Master.Page.Form.DefaultButton = btnEnter.UniqueID;
I entered some text on policy id and click on enter button,it should bind mygrid which is in ajaxpanel.
when i click on enter button,it is firing the event..but it is unable to find the radgrid.
<telerik:RadAjaxPanel ID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" runat="server">
//My Grid....
</telerik:RadAjaxPanel>
I have more than one textboxes and if i entered text on any one of the textbox and click on enter button,i shouldget the grid with the latest result..
i tried all forum thread solutions..
can u please provide new one..ASAP..
Thanks,
PANDU