Seems like u are missing a DataBind Property ... You have to refresh the DataSet when after u update the data in Sql
On Sun, Mar 6, 2011 at 6:59 PM, Markei54545 <[email protected]> wrote: > > Hi all, > > I have a form with a databound datagridview. I close the form using > 'me.close'. > > Elsewhere I then directly update the SQL data. > > If I then return to my form it doesn't reflect the change (unless I > restart the program first). > > The form is populated in the load event using > Me.JOBSTableAdapter.Fill(Me.DataSet2.JOBS) but even when this is run > the change isn't reflected. > > I presume I must refresh the datasource somehow. Any ideas? > > Thanks > > Mark > > -- > You received this message because you are subscribed to the Google > Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML > Web Services,.NET Remoting" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en > or visit the group website at http://megasolutions.net > -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
