Search

Thursday, September 4, 2014

Intellisense not working in Visual Studio


Hello hello,

It is quite cumbersome when your intellisense stops working. As a .net developer i know what it means when you are formatting your views. 

Problem:              Intellisense not working in Visual Studio


Solution:

             Go to following path on your machine:
     C:\Users\USERNAME\AppData\Roaming\Microsoft\VisualStudio\10.0

and delete all stuff. YES!! i said delete that files and you are done.



I think this information will help you to get started with Intellisense. If you need more help or clarification - Add comment.                                                                                                                                       -Cheers

IE 9 Hover Bug


Heyo, 
After spending an hour i understood what is going on with my grid.

problem:
 I  deployed my web app on IIS  and browsed through IE 9 (i had no other option :D ).
So, when i hover over grid it suddenly started getting dropped like some sort of effect. It is IE 9's HOVER BUG.


Solution:
Quite simple. just add following to style: "min-height:0%" and you are done.

I think this information will help you to get rid off HOVER bug. If you need more help or clarification - Add comment.
                                                                                                                                       -Cheers