Brijesh Jalan
how to retrive a data From database into the grid view..?
By Brijesh Jalan in ASP.NET on Jun 24 2010
  • zxcoder
    Jul, 2010 2

    You can display data in a gridview automatically by binding to a data source using the DataSourceID property. You can also bind using the DataSource property in which you will be binding to ADO.NET objects like datatable or datasets . Because you do this in code , this is more of a manual process.

    • 0
  • venkaiah sunkara
    Jun, 2010 26

    By using gridview1.datasource=ds.tables(0)
    here gridview1 is the object of gridview control

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS