This is a migrated thread and some comments may be shown as answers.

button click not firing with radjaxmanger

3 Answers 48 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Swapnil
Top achievements
Rank 1
Swapnil asked on 06 Aug 2014, 12:20 PM
Hi,
button code is

<asp:Button ID="btnAddtask" runat="server" Text="Add " BackColor="#4F647D"
                          ForeColor="White" Font-Bold="true" Width="138px" OnClick="btnAdd_Click" OnClientClick="return CheckSelected();"
                          Enabled="False" Visible="False" />

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Aug 2014, 02:35 AM
Hi Swapnil,

Please do the following modification in your code which works fine at my end.

ASPX:
<asp:Button ID="btnAddtask" runat="server" Text="Add " BackColor="#4F647D" ForeColor="White"
    Font-Bold="true" Width="138px" OnClientClick="CheckSelected();" OnClick="btnAddtask_Click" />

Please elaborate your requirement if it doesn't help.
Thanks,
Shinu.
0
Swapnil
Top achievements
Rank 1
answered on 07 Aug 2014, 05:11 AM
This is not working.
my detailed post is here
http://www.telerik.com/forums/proper-use-of-rad-ajax-manager
0
Maria Ilieva
Telerik team
answered on 11 Aug 2014, 07:29 AM
Hello Swapnil,

Please review the answer provided in the original thread you have opened for this case.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Ajax
Asked by
Swapnil
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Swapnil
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or