Archive for December 6th, 2009

ASP.Net Listview Databinding

By Jerry J. Jansen On December 6, 2009 No Comments

ASP. Net ListView DataBinding

For presenting data like a list, we have tons of options in Asp.Net like ListView, DataList, Repeater, GridView, DropDownList, etc… Since we have a array of controls to choose from, the control can be selected based on specific requirements. For e.g. there is a need of selecting a single column then DropDownList is the perfect choice. If paging, sorting, edit is required then GridView will be the ideal choice.  If just need to repeat some html code, then Repeater will work out to be better. This article is mainly focused on VB.Net ListView DataBinding.

DataBinding is quiet similar to GridView

DataBinding in ListView is almost similar to GridView. There is not much noticeable difference. There should be atleast one ItemPlaceHolder present in the template.  By default the name of that is itemPlaceholder. Asp.Net allows us to custom name (id) also for easy reading.

Flexibility in rendering

This ListView is one of the best controls while flexibility is taken into consideration. With the concept of Item Place Holder, we can specify/ configure where the items have to be placed (rotated). In this example, I have made a two column liquid layout . The number of horizontal

Click here to continue reading


Website Mastering Is Hard

By Jerry J. Jansen On December 6, 2009 No Comments

Is your website making you very little money indeed? Well this could be to do with the fact that the site is poor to navigate, looks untrustworthy and just looks poor altogether. So what can you do to help boost sales in time for Christmas?

This is not likely to happen unless you find a company with enough time on their hands to do this, and even then they cant be doing very well if they have a lot of spare time this time of year. It takes a lot of time and money to make a decent looking website.

There are a few things you could do in time for the holiday season. It may be worth contacthing Paypal to see if you get them involved with your site. This will show consumers that you are a bit more trustworthy and they could approach the site a bit more.

To get a few people interested you could host a competition in which winners can win a few of your products. If you do go for this option just make sure that you do all of it in the right way and give out the prizes. Post a blog on

Click here to continue reading