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

_doPostBack isn't working in firefox

2 Answers 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Görkem
Top achievements
Rank 1
Görkem asked on 13 Apr 2011, 09:19 AM
Hi,
Below code (_doPostBack) is working with explorer but not working with firefox.
Help please.

 <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
        <script language="javascript" type="text/javascript">
            function refreshParent() {
                 __doPostBack('<%=btnSave.UniqueID %>''');
            }
        </script>
 </telerik:RadScriptBlock>

2 Answers, 1 is accepted

Sort by
0
Accepted
Radoslav
Telerik team
answered on 18 Apr 2011, 08:20 AM
Hi Görkem,

I tried to reproduce the described issue but to no avail. I am sending you a simple example which demonstrates the described scenario. However everything works as expected. Also on the following link I attached a small video which shows how the example works on my side. Please check it out and let me know what differs in your case.

Looking forward for your reply.

Regards,
Radoslav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Görkem
Top achievements
Rank 1
answered on 18 Apr 2011, 08:25 AM
Thanks for your solution, i tried again and again then somehow it works. thanks again.
Tags
General Discussions
Asked by
Görkem
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Görkem
Top achievements
Rank 1
Share this question
or