Banner Ad

Wednesday, January 22, 2014

Grid View : Binding Dropdown inside a Gridview

By Francis   Posted at   9:15 AM   Gridview Sample No comments
In this gridview tutorial, I’m going to explain how to bind a drop down list with in a gridview. The drop down list located inside gridview in a “Template” Column. Paste the below code in an aspx page.

Tuesday, December 10, 2013

Gridview : Check/Uncheck Check boxes in Gridview – Without paging

By Francis   Posted at   10:50 AM   Gridview No comments
In this post we are going to see how to check/uncheck check boxes in the row, when the Header Row check box checked/unchecked. This is the most common scenario for all the programmers. The below code works fine with the grid view where the pagination is disabled. 

Monday, November 11, 2013

Learn By Experience: SMS Gateways

By Francis   Posted at   11:33 AM   SMS Gateways 23 comments
                   In this post I’m going to discuss about the most common question I found in ASP.Net forum. The question is “How to send SMS from my asp.net application?”. This is one of the frequent question I found in my experience with ASP.Net forum. 
                   Earlier I also, asked that kind of question. So here I’m going to give a detailed explanation.

Friday, October 25, 2013

Visual Studio Tips & Tricks - 5 : Class Library – An Introduction

By Francis   Posted at   3:47 PM   Visual Studio Tips and Tricks No comments
                      Class Library is a one of the project type offered in Visual Studio. Normally a class library contains class definition or interface. If we use the class library in projects we can gain the below advantages:

  •             Provide a single DLL regardless of class files. That is a class library contains number of class files. But the output of the class library is a Single “DLL” (Dynamic Link Library) File.
  •        The main purpose of the class library comes into picture in a layered architecture projects.For example, a web project contains various layers (such as Business and Data Access Layers). If we use a separate class library for each layer, in this case if any layer changed we just compiled that particular layer and get the dll and replace it in Production environment.  At these times, class library project type are best option.


Readers do you have any tip? Please use comment.

Thursday, October 24, 2013

My Blogging Journey So For

By Francis   Posted at   12:29 PM   Blog Status 2 comments
                            Few years ago, around 2011, at one night I decided and started blogging about ASP.Net technologies. I’m diehard fan of WWE (World Wrestling Entertainment), as of now I’m a huge fan of John Cena. From his slogan “The Champ Is Here” I pick up the name “Champ” and put it my blog. This is how I named my blog.

The Champ Is Here!

                At Initial stage I’m not a serious blogger. But from the year 2013, onwards I decided to do something to the ASP.Net community. So that I decided to post article in a regular basis. As of now I’m serious about this.
Since its starting, my blog goes up and down. As of now I have crossed over 8000+ views. (thanks to everyone who helped to achieve this height.
               Apart from blogging, I’m a member of the ASP.Net forums where I can contribute to the community directly as much as I can.
               My blog traffic also increased during this year after I post in a regular intervals. You can see the result in the below figure. Recently i have changed the UI of this website and mapped from blogger to the custom website.

Overall Growth of my website

              Normally I got nearly 1000+ page views per month, which is very low compare to other blogs, but I’m happy with my work.

In future also I really want to do the same to the ASP.Net community.
Connect with Us