How to add textbox value in DataGridView control in Tab Page using Windows C#

  • Thread starter Thread starter Gani tpt
  • Start date Start date
G

Gani tpt

Guest
I have many tab pages.

In the first tab page name called "Page1".

In that page, i have one text box which is called txtemployee.

How to add txtemployee values in the datagridview controls. (adding,deleting).

DataGridView controls should be in the name of tab "Page1"

This whole process should be stored into data base.

Note : While loading the tab "Page1", data should fetch from the database and display in the DataGridView

Continue reading...
 
Back
Top