Part 1: Implementing w2ui in ASP.NET MVC – Basic Configuration
DRANK

IntroductionIf you don't know what is w2ui, you should visit the w2ui homepage. For me, this is a wonderful JavaScript UI library with a very small footprint.Sad to say, there are very minimum tutorials on w2ui except what's provided in their own page. As a part time programmer, I found it very tricky when I wanted to implement it in my application.So here, I would like to share how I implement it in my ASP.NET MVC application. More importantly, this will become my own reference point in the future as I tend to forget it after a while. This may not be the best solution, but this is how I got it to work.OK. Let’s get started.Step 1: Download w2uiGo to their web site.Download the latest version of w2ui (currently 1.5.rc1).Extract the zip file to your local folder.You should get 4 files (assuming you have downloaded the 1.5.rc1 version):w2ui-1.5.rc1.cssw2ui-1.5.rc1.min.cssw2ui-1.5.rc1.jsw2ui-1.5.rc1.min.jsStep 2: Add w2ui in Your ProgramOpen your ASP.NET project.Create w2ui folder under…

codeproject.com
Related Topics: Windows JavaScript CSS