Archive for the ‘dotnet’ Category

How to display serial numbers in Datagridview

Datagirdview is often used component to display records from tables/query in a tabular fashion.However it does have a short comming that it do not have any properties to display serial number for the records.This is a much desired and neccasary feature for the datagridview.
Here are two ways you can display the records in a datagridview [...]

More »