Update form after query
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I have problem with updating my form after I've executed an update or insert query. How can I refresh my windows form in c#. Thx wistiti 5
no need to refresh the page to get updated. for example: f1() : write a function to display all the information on the page f2(): write a separate function for doing modification and updating the database. now u want the page to have the updated value to b displayed, for that wat u have to do is call the f1() process again.. sathy