2
Answers

on textbox changed in one form,change gridview content on another form in C# with event and delegate

Photo of davood hanifi

davood hanifi

12y
2.4k
1
in c# winform i have two form,in first form i have a textbox,and next form i have a girdview with text of textbox in first form. Now i want to when text in textbox of first form changed,the content of last form change. Any idea?how can do it?

Answers (2)