Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 02, 2013 02:36 PM by sATsvelKe
Member
120 Points
179 Posts
Jan 31, 2013 01:51 PM|LINK
Here is the part of it
and toolscrit manager is added
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </asp:ToolkitScriptManager>
<asp:TextBox ID="primaryemail" CssClass="txtboxs" runat="server"></asp:TextBox> <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="primaryemail" Text= "X" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator> <asp:Button ID="changeprimary" cssClass="orangebtn" runat="server" Text="Change" />
</ContentTemplate> <Triggers > <asp:AsyncPostBackTrigger ControlID="changeprimary" EventName="Click" /> </Triggers> </asp:UpdatePanel>
I have another update panel on same page that is working but not this part
button event is not firing here, slowly it happens on all the pages where I used updatepanel timers etc
Contributor
2998 Points
572 Posts
Feb 01, 2013 03:03 AM|LINK
Here I can not see UpdatePane and it's ContentTemplate start tags <asp:UpdatePanel ID="..................> <ContentTemplate>
Where is it....?
Add them after ToolScriptManager and try..
Feb 01, 2013 08:54 AM|LINK
sorry for that actually id did copied that one while posting in this forum , but they are there
my another page stopped working this morning. I cant find what is gong on this project .need a help because in this proect here is lot of ajax used
Feb 01, 2013 09:05 AM|LINK
Have you tried by changing AjaxControlToolkit dll.
It might be the problem (its my guess), do one thing, remove that dll, download new version from net.
Put it in your bin folder, add reference of that dll in your project.
Give it try and let us know..
Feb 01, 2013 11:28 AM|LINK
Did that , still the result is the same , slowly the event are stopping to work e:g timer_tick , ontextchanged ,click etc
Feb 01, 2013 01:07 PM|LINK
I have script in the head of page for a Iframe resizing does it making a difference
Feb 02, 2013 02:36 PM|LINK
Does anybody here can solve my problem
sATsvelKe
Member
120 Points
179 Posts
Re: The whole ajax extensions are not working urgent guys ??
Jan 31, 2013 01:51 PM|LINK
Here is the part of it
and toolscrit manager is added
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</asp:ToolkitScriptManager>
<asp:TextBox ID="primaryemail" CssClass="txtboxs" runat="server"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1"
runat="server" ControlToValidate="primaryemail"
Text= "X"
ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>
<asp:Button ID="changeprimary" cssClass="orangebtn" runat="server" Text="Change" />
</ContentTemplate>
<Triggers >
<asp:AsyncPostBackTrigger ControlID="changeprimary" EventName="Click" />
</Triggers>
</asp:UpdatePanel>
I have another update panel on same page that is working but not this part
button event is not firing here, slowly it happens on all the pages where I used updatepanel timers etc
Sujeet Saste
Contributor
2998 Points
572 Posts
Re: The whole ajax extensions are not working urgent guys ??
Feb 01, 2013 03:03 AM|LINK
Here I can not see UpdatePane and it's ContentTemplate start tags <asp:UpdatePanel ID="..................> <ContentTemplate>
Where is it....?
Add them after ToolScriptManager and try..
Do FEAR (Face Everything And Rise)
Please mark as Answer if my post helps you..!
My Blog
sATsvelKe
Member
120 Points
179 Posts
Re: The whole ajax extensions are not working urgent guys ??
Feb 01, 2013 08:54 AM|LINK
sorry for that actually id did copied that one while posting in this forum , but they are there
my another page stopped working this morning. I cant find what is gong on this project .need a help because in this proect here is lot of ajax used
Sujeet Saste
Contributor
2998 Points
572 Posts
Re: The whole ajax extensions are not working urgent guys ??
Feb 01, 2013 09:05 AM|LINK
Have you tried by changing AjaxControlToolkit dll.
It might be the problem (its my guess), do one thing, remove that dll, download new version from net.
Put it in your bin folder, add reference of that dll in your project.
Give it try and let us know..
Do FEAR (Face Everything And Rise)
Please mark as Answer if my post helps you..!
My Blog
sATsvelKe
Member
120 Points
179 Posts
Re: The whole ajax extensions are not working urgent guys ??
Feb 01, 2013 11:28 AM|LINK
Did that , still the result is the same , slowly the event are stopping to work e:g timer_tick , ontextchanged ,click etc
sATsvelKe
Member
120 Points
179 Posts
Re: The whole ajax extensions are not working urgent guys ??
Feb 01, 2013 01:07 PM|LINK
I have script in the head of page for a Iframe resizing does it making a difference
sATsvelKe
Member
120 Points
179 Posts
Re: The whole ajax extensions are not working urgent guys ??
Feb 02, 2013 02:36 PM|LINK
Does anybody here can solve my problem