P
phil
I have an ASP.NET application with an SQLdataSource and a Gridview
Everything works very well except I have a 'Button' that goes off and
changes some of the record data back in the underlying database records.
When I press this the data is definitely changed in the database - but on
screen nothing seems to happen.
So how do I force the page to reload the records from the database and
populate the gridview.
I'm not worried about any performance issues I just want to make sure the
real data is on display all the time
(If I restart the app the records are displayed properly)
If anyone can help on this I'd be very grateful
All the best
Phil
Everything works very well except I have a 'Button' that goes off and
changes some of the record data back in the underlying database records.
When I press this the data is definitely changed in the database - but on
screen nothing seems to happen.
So how do I force the page to reload the records from the database and
populate the gridview.
I'm not worried about any performance issues I just want to make sure the
real data is on display all the time
(If I restart the app the records are displayed properly)
If anyone can help on this I'd be very grateful
All the best
Phil