Quantcast
Channel: c# update a form
Browsing latest articles
Browse All 6 View Live

c# update a form

ok, thanks guys. I'll have a look.

View Article



c# update a form

Hi ConorS79,If you add data to database, thenAccording to your description, the controls created by dragging from Data Source Window,see http://msdn.microsoft.com/en-us/library/31ct733b.aspxTherefore,...

View Article

c# update a form

public void FuncCall( List s)  // list  from database{ DataGridView.DataSource = s;}public void Form_LoadEvent( object sender, EventArgs e ){// When loading the form  , Get the Data From the DataBases...

View Article

c# update a form

ok, now i'm getting somewhere. The table is called [Staff Table]How do i call the refresh method on the staff table.(i used to program front end databases in access using vb. Do do what i'm after would...

View Article

c# update a form

> someone has recommended i use this.Refresh() on the buttonthis.Refreshwill redraw the current Form.  If you had another application open over your Form and then moved that application out of the...

View Article


c# update a form

HiI'm new to C#, so go easy on me. I just set up a new Windows form. I set up my database connection in Visual Studio 12, in Data sources i dragged a table onto my form (details mode).So now i have a...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images