OnClick="btncontact_Click" CausesValidation="false" />
OnClick="btnworkinghours_Click" CausesValidation="false" />
CausesValidation="false" />
when i'm using this code the button events are not fired
please help me
it's important to me
13 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Jul 18, 2013, 2:28 AM
http://sathishmncl.blogspot.in/2011/01/button-click-event-not-firing-in-update.html
Iftikar HussainPosted Jul 18, 2013, 2:20 AM
Regards,
Iftikar
prathyushaPosted Jul 18, 2013, 2:13 AM
when i use that code this error will be displayed.
Unable to cast object of type 'System.Web.UI.ScriptManager' to type 'AjaxControlToolkit.ToolkitScriptManager'.
please help me
it's important to me
Sanjeeb LenkaPosted Jul 18, 2013, 1:18 AM
i checked your code its working. just try the below trick it may work for you.
using AjaxControlToolkit;
Add this code in ur page load event:
ToolkitScriptManager objScriptManager = (ToolkitScriptManager)this.Master.FindControl("ScriptManager1");
objScriptManager.AsyncPostBackTimeout = 36000;
Iftikar HussainPosted Jul 18, 2013, 1:16 AM
Regards,
Iftikar
prathyushaPosted Jul 18, 2013, 1:09 AM
for these buttons event is not fired in that page
please help me
it's important to me
Iftikar HussainPosted Jul 18, 2013, 1:04 AM
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 18, 2013, 12:54 AM
prathyushaPosted Jul 18, 2013, 12:53 AM
sorry,not that file here i'm attaching file please check it once.
please help me
it's important to me
Sanjeeb LenkaPosted Jul 17, 2013, 11:55 AM
i also checked your code its working.
Iftikar HussainPosted Jul 17, 2013, 11:54 AM
Regards,
Iftikar
prathyushaPosted Jul 17, 2013, 8:55 AM
here i'm attaching my page
please help me
Iftikar HussainPosted Jul 17, 2013, 8:44 AM
It is working fine. Please share your complete aspx code.
Regards,
Iftikar