Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new in C# any one help me for my conclusion->form1 display on form2 with data. If I write text in form2 textbox, form1 datagridview data should be sorted by written text. e.g. If I put 'A' in textbox, datagriedview should show data starting with letter 'A', If I put B in textbox, datagriedview should show data starting with letters 'AB' and so on.
Posted
Updated 1-Nov-11 20:27pm
v2
Comments
BillWoodruff 3-Nov-11 22:19pm    
Please see: http://www.codeproject.com/Answers/276523/Search-in-form1-datagridview-through-form2-textbox

There must be at least ten answers already here that address the issue you raise in the general sense of: how do I take some data from one Form and use it another. And many of those answers, including some from me, have code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900