Dataset is not refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikewin86
    New Member
    • Mar 2010
    • 17

    Dataset is not refresh

    Hello

    I am a vb.net programmer. I use Visual Studio 2005. Now I am facing a problem.
    I am developing a database application and I use dataset for data binding to SQL Server database. I added a table adapter to dataset and use that data table on the form as data grid view.Then I debug the project and I can't see any column and any data on data grid view. I rebuilt the dataset but nothing come out. So please help me how to solve it.

    Thanks in advance.



    Mike
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    This type of thing happens if there is no data in the datasource that the DataGridView is being bound to.

    Check to make sure that your datasource has data in it...

    -Frinny

    Comment

    Working...