We want create one form which use Datagrid we call this from search window
multipl form use this Search form for search.how we pass values from search window to requested form
Printable View
We want create one form which use Datagrid we call this from search window
multipl form use this Search form for search.how we pass values from search window to requested form
Is the Search Window one of your windows?
If so, you could either create a public property which contains the results or you could add a custom event which fires when ever sone results are returned.