This blog post will be a part of Visual Studio 2013 features series.
Visual Studio is a Great IDE and with the new launch of Visual Studio 2013 we are getting more and more new features. I have just discovered a new feature for Visual Studio 2013 and I thought it will be a good idea to write a blog...
Saturday, August 24, 2013
Sunday, August 11, 2013
Knockout.js Introduction
We all know about jQuery It makes Java Script developers life very easy. But in Some scenarios jQuery does not help. For example there is no way where UI and data communicates with each other without writing complex code. Here JavaScript library knockout comes very handy. Knockout.js implement...
Friday, August 2, 2013
How to add a control to user control from a web page in asp.net
This post in a reply to a question on stackoverflow.com. Where the person who asked this question want to add control from the asp.net page dynamically. I decided to write a blog post here.
So let’s first create a user control for this.
After creating a user control It’s try to put the user control...