on textbox changed in one form,change gridview content on another form in C# with event and delegate
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?