09/09/2014 by Nitesh

How To Implement Paging in GridView Control in ASP.Net

Friends, GridView is one of the most common tools for displaying data in a grid format in Asp.Net. When the data becomes large, paging helps the users to view chunks of data and also increases Page load time. In this post, we will see how can we implement Paging in a GridView control. So, lets…

Continue Reading »

06/09/2014 by Nitesh

How To Create a Word Document using Spire.Doc

Friends, Creating Word documents using .Net is always one of the tedious tasks. Today, in this post, we will see how can we create word documents using Spire.Doc library with ease. You can download the Spire.Doc library from here. Spire.Doc is present in Community as well as Commercial edition. You can use the community edition…

Continue Reading »

24/07/2014 by Nitesh

SQL Script to Create Country Table And Populate With All Country Names

Friends, In almost all application we use Country field in the database to store the Country of a user/entity. For this, we either use a text box where user enters the country name or provide user with a drop down list of all countries. to create the dropdown, it is advised to store country names…

Continue Reading »

06/06/2014 by Nitesh

How To Find Controls present in HeaderTemplate or FooterTemplate of Repeater Control in ASP.Net

Friends, While working with Repeater controls we all have used the ItemDataBound event to apply changes to specific records based on the data present in the record. Many of times we have used FindControl() event to do so. In this post, we will see how can we find a control present in the HeaderTemplate or…

Continue Reading »

05/06/2014 by Nitesh

How To Check If a Column Exists in DataRow

Friends, This is a very small post to explain how can you check whether a column exists in a DataRow. This is a very handy tip when you are working with a set of data and you’re not sure everytime the query will return a specific column. Let us assume we have a DataRow named…

Continue Reading »

1 3 4 5 6 7 8