found

Problem in rendering asp.net Menu control in Firefox and IE.

I am new to asp.net. The web site I'm working on has a master page. I defined a asp menu in the master page. When I render the page in browser (both ie and firefox), half the time everything works fine. Menu gets displayed fine, submenu item are visible when I hover my mouse over the Menu item. But rest half of the time, things get bad....

Android Debugging Problem

For some reason I can't step through the code in the debugger. I am not trying to step through Android source code, just code that resides in my project. My build paths are setup to include it, but whenever I try stepping over anything it gives me a "Source not found" message. This is incredibly frustrating, and a prompt answer would be ...

zend framework controller not found ?

I downloaded the latest version of Zend framework, added a controller and I can not get it to load.. Here is what I did: C:\zend\Apache2\htdocs>zf create project myproject Creating project at C:/zend/Apache2/htdocs/myproject Note: This command created a web project, for more information setting up your V HOST, please see docs/README C:...