1
Reply

could i please know what data binding means in asp.net and how to populate data from an sqlserver using a datareader

    Normally when we use the datareader object we need to manually parse the data that we fetch from the database and display the required result in required controls. But if we are using databinding we need not pass the data manually to display data to fron end.. we just have to fecth the data from database and fill in dataset. now we just have to associate the required controls and dataset..