Hi All,
Hope somebody on this site has also observed such an issue and might be able to help me out of this.
This is a very wierd issue, what happens is....
There is a menu on the Master Page of my site.
Now, when the page is in the transaction of PostBack and I would move my mouseover the Menu Item, after the Page loads if we move the mouseover the Menu it would open and disappear.
This behaviour is not occuring very frequently, it only occurs very rarely, and that too only in the Firefox Browser(I observed in Firefox version 2.0.0.4 and version 2.0.0.6).
For redirecting the page I have used Response.Redirect.
Thanks in Advance.
Prashant Rana.
Prashant RanaPosted Aug 16, 2007, 2:50 AM
Hi Suprotim,
Thanks a lot for the quick reply.
Well, the DOCTYPE that I am using is as follows :
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Do you think this is the reason of the disappearing Menu. The control that I have used is the Asp.Net Menu Control that comes with .Net 2.0.
Hoping for a quick response from you.
Thanks in advance
Prashant Rana.
Suprotim AgarwalPosted Aug 14, 2007, 1:17 PM
Hi,
Such behaviours happen due to DOCTYPE issues. Sometimes removing it solves the issue.
HTH,
Suprotim Agarwal