-
Integrate Twitter Bootstrap Slider using Angular Js
We have been working to integrate responsive slider in angular js. So we used the following bootstrap css and converted it into angular js.
...
Read More >
-
Add Web API to an existing ASP.Net web application project
Add below listed references
System.Net.Http.dll
System.Web.Http.dll
System.Web.Http.WebHost.dll
...
Read More >
-
Implementation of Quartz.Net
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
...
Read More >
-
Knockout validation for 2nd level of array
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
...
Read More >
-
How to create reports in SSRS using report wizard
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
...
Read More >
-
Strange error - "Unable to Find EntitySpaces.Npgsql2Provider.dll"
I was working to get EntitySpaces to work with PostgreSql. While I had all dlls in correct places but still keep getting exception - "Unable to Find E...
Read More >
-
Quick jQuery based JS for alternate row styling to table
Setup jQuerify bookmarklet from http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet
Once you have that just place following code in Fire...
Read More >
-
Sub-Queries gotcha
Sub-Query (SubQ now on) is query within query. We can write SubQ at many levels just followed is example of various places where SubQ is generally use...
Read More >
-
Using #Region to structure code
One of the best things came in .Net for developer is #Region. #Region lets you specify a block of code that you can expand or collapse when using the ...
Read More >
-
DotNetNuke by each type of user prospective
When you are migrating your site from other platform or creating brand new site and looking for platforms - first question comes in mind is how it wil...
Read More >