reload/refresh data in TableAdapter without fill again
Posted
by baran
on Stack Overflow
See other posts from Stack Overflow
or by baran
Published on 2010-05-24T11:16:20Z
Indexed on
2010/05/24
11:21 UTC
Read the original article
Hit count: 342
c#
I have 2 forms, in one of them I show DataTable rows in a combo box. and in second form, I will edit that rows. How can i reload that changes that are made by second form, in first form? I don't wanna use TablaAdpater.Fill for reload! thanks a million
© Stack Overflow or respective owner