unsolved yet
I have a dropdown inside form view, it keeps on closes by itself the moment that I click on it!
Note: the page is inside masterpage, I used the dropdownin another page that doesn’t parent to a master page and it works just fine.
The solution
Solved by removing the following guys from the top of the master page:
http://%=%20ResolveUrl(
http://%=%20ResolveUrl(
http://%=%20ResolveUrl(
What caused the problem is the mentioned above resourced are duplicated; they were mentioned above and in the bottom of the page, solved be removing the top ones.