Hi Guys
I am new to this forum
I came across with one problem
I have user name and password field
I have two panel with id errormsg and successmsg
<asp:Button ID="btnSubmit" OnClientClick="SubmitForm();" Text="Login"
runat="server" onclick="btnSubmit_Click" />
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="btnSubmit" >
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="errormsg "></telerik:AjaxUpdatedControl>
</UpdatedControls>
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="successmsg"></telerik:AjaxUpdatedControl>
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
so after entering username and password and enter key is pressed it not working
Please guide me
Karthik.K
I am new to this forum
I came across with one problem
I have user name and password field
I have two panel with id errormsg and successmsg
<asp:Button ID="btnSubmit" OnClientClick="SubmitForm();" Text="Login"
runat="server" onclick="btnSubmit_Click" />
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="btnSubmit" >
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="errormsg "></telerik:AjaxUpdatedControl>
</UpdatedControls>
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="successmsg"></telerik:AjaxUpdatedControl>
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
so after entering username and password and enter key is pressed it not working
Please guide me
Karthik.K