How to set up Visual Studio Project to use NUnit-Gui Test Runner

I am writing this post to help people like me who are new to nunit. Bascially it's easy to setup but some time it can be really hard for some people.

How to Use Code Behind to display text on Binding

I had to display Yes or No based on databind this is how I did it. <asp:Label ID="IsUserActiveCheckBox" Text='<%# if(Eval("IsUserActive"),"Ye