Blog

How to select node in ASP.NET IE Web Treeview

I have a found a very simple way to select a particular node.here is the one line code…first traverse the node and then paste following code. tv.SelectedNodeIndex=Node.GetNodeIndex(); that’s it..happy programming..

Free Get Involved Video from Scott Hanselman and Rob Conery

I have posted Why developer should blog? earlier where I have given various reasons why every developer should have a blog because it’s a great way to give back some thing to community and you can also market your self as a developer across community. Scott Hanselman and Rob Conery has created one of best

Most Popular Blog on the Earth with blogger and typead

One of my friend Amit Agrawal(Microsoft Blogstar winner) provide a collection of most popular blogs on earth from blogger and typepad. here is the link from his blog. http://labnol.blogspot.com/2007/05/most-popular-blogs-on-blogger-and.html

CRUD operations with PetaPoco and ASP.NET MVC

In this post we are going to see how we can do CRUD operations with ASP.NET MVC and PetaPoco Micro ORM. Petapoco is a tiny ORM developed by topten software. As per them it’s a tiny, fast, single-file micro-ORM for .NET and Mono. Like Massive it’s a single file that you easily add to any