Banner Ad

Tuesday, July 16, 2013

IIS Tips & Tricks # 1: Enable IIS in Windows 7

By Francis   Posted at   11:53 AM   Install IIS No comments
              When I have worked on my Friend’s desktop, I just want to create a virtual directory. So that I just went to “Run” and type “inetmgr” press enter. Eventhough he had installed VS2010, but there is no activation of IIS in local machine. So here I’m going to explain the steps how to install IIS in Windows systems.

Thursday, July 4, 2013

Finally I Got IT!!

By Francis   Posted at   12:16 PM   No comments
               Today one of my wish come true. That is i got a place in ASP.Net websites Top movers. 
My First Step

I hope It's my first specific  move on Tech communities. I'm stepping towards my resolution. Hope i will achieve it soon!!!

Thanks for all of your supports!!!

Happy Programming!!

Tuesday, July 2, 2013

Favorite ASP.Net Books

By Francis   Posted at   12:22 PM   Important .Net Books No comments
In this post I have suggested some good books that I have read which was very much helpful to improve the knowledge on ASP.Net and other .Net technologies.
  1.     Wrox Professional ASP.Net 3.5 – By Bill Evjen, Scott Henselman, Devin Rader . 
  2.    Programming Microsoft ASP.NET 2.0 Core Reference (2006) – By Dino Espotio (Microsoft Press).
  3.    Wrox.Professional.ASP.NET.2.0.Server.Control.and.Component Development – By Shahram Khosravi.

Thursday, June 20, 2013

Visual Studio Tips & Tricks

By Francis   Posted at   11:31 AM   Visual Studio Tips and Tricks No comments
Visual Studio Tips & Tricks - 1:

One of the best feature of Visual Studio is it’s Documentation facility, which is used to comment the functions, procedures automatically. In VS, you can achieve that by putting three single quotes sequentially (See the image below). There is no doubt it’s a one of the good feature of VS.
Auto Comment Facility Provided by Visual Studio

         Few days ago, in my VS Solution which use more than one projects these feature doesn’t work. It’s because the documentation feature not enabled. To enable this feature to do the following:

RightClick Project ->Select “Properties”  ->Select “Compile” tab ->Check the “Generate XML documentation file"

Enable/Disable Documentation Feature for a Project

That’s all the problem solved. Hope this helps!

Happy Coding!!

Friday, June 14, 2013

Move Selected list box items into the New list box using Javascript

By Francis   Posted at   9:43 AM   Listbox No comments

In this post, I’m going to explain how to add the selected list box items into the new list box, both are asp.net controls. Include a new web form,  and add the below code in your web form. Hit F5 and you can see the output.

Connect with Us