How to delete cookies in firefox devtools? - firefox-developer-tools

I can not delete cookies in firefox devtools. When I clicked any of the "Delete ..." drop-down menu items, nothing happened. Does anybody know how to do delete the cookies in devtools? Thanks.

Related

IE-11 Popup issue

When I am click on logoff hyperlink in my application, it returns me a popup.
There is a normal code of asp.net which redirect to logoff page and clear session.!
Popup message is: "Do you want to allow this website to open an app on your computer?"
Click here to see popup
I do not want this popup.
For this, I have tried to change few settings of IE, but it doesn't work for me.
It will be Appreciate if anyone can suggest the cause of the issue and possible resolution?
Thanks in advance!

Opening Web Page in IE6 Triggers an OnClick Event

I have written a web page that provides a drop down list of reports that can be viewed. The fiddle is here: http://jsfiddle.net/ZrdUY/1/. The image in the fiddle is exactly what you see when you open the page in Firefox (13.0.1) but when the page is opened in IE6 it seems that the "View Report" event is triggered with the visible selection in the drop down list thus immediately rendering that report.
Any advice is appreciated.
Regards.
Weird. The problem simply went away.

Asp.net prevent modal popup to get displayed while clicking on browser back button

GoodEvening Everyone,
I am having one asp.net application which contains many links. some of the link displays modal popup Now if i move to link which nabvigates me and click on browser back button so modal popup gets display which i dont want. i need the previous page should get displayed instead of modal popup if i click on browser back button
for example
i clicked on link1 - navigated to page2
i clicked on link2 - displayed modal popup
i click on link3 - navigated to page3
Now if i click on browser back button so modal popup get displays instead of which i want the page2(previous page before the modal popup ) should get displayed.
So please let me know is this possible and how its possible.
It will be appreciated if some one provide me code to do this...
Let me know in case of more information required
There are several reasons this might be happening.
It might be that you are setting some state flags that persist between pages that influence the modal popups visibility. If you need help with this we will need some more details and preferably code samples.
It might be a browser caching issue. When you hit the back button the browser might be fetching the page from it's cache (not the server) with the popup visible. To test this you could disable the browsers cache and run through your process. If this proves to be the reason you can disable browser caching for your site by adding some meta tags (you'll find the exact tags on Google easily)

Validator on UpdatePanel causes Chrome not to exit UpdateProgress

I have encountered a weird problem that does not exist in Firefox or IE. I have a user control that has a text box and a required field validator. When the user control is hosted in an update panel, the UpdateProgress tag never closes the first time that the UpdateProgress is triggered on the page when the page is viewed in Chrome. Has anyone else encountered this, and if so, is there any solution other than removing the validator? I could manually validate, but who wants to do that to support a browser bug?
The workaround simply tells ASP.NET AJAX that Safari 3 and Google Chrome are a new type of browser instead of the old Safari for which workarounds had to be programmed.
http://blog.lavablast.com/post/2008/10/20/Gotcha-WebKit-(Safari-3-and-Google-Chrome)-Bug-with-ASPNET-AJAX.aspx

asp.net 3.5 + update panel doesn't work in mozilla

I show/hide few images basing on the button clicks in update panel. I use an update progress also for this. Everything works fine in IE7. But in Firefox Version 3.0.14 when I click on the button in the update panel the event itself is not getting fired.
What may be the problem?
I dont think there is any reason for it to work in IE and not in FF.
What plugins you have installed on Firefox?
Disable all plugins and then check.
I found the issue. This is because, I didn't set the CausesValidation property to false. I need this because there are usercontrols which performs their own validations.
But now, I am wondering why IE allowed the button click?

Resources