Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my applcation i have created dynamic menu with xslt output.when i run application in IE Browser it works fine.In google chrome First time menu not working second time its working....

At first time i can able to see my menu .when i click on that menu no response. after refresh the page menu works well...
Posted
Comments
Sandeep Mewara 17-Jul-12 5:05am    
It would be difficult for anyone to comment until they see your code.

add this part in app_browser,


XML
<browsers>
  <browser refID="safari1plus">
    <controlAdapters>
      <adapter controlType="System.Web.UI.WebControls.Menu" adapterType="" />
    </controlAdapters>
  </browser>
</browsers>
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900