Hi
I have parent form having 3 text boxes (Item Code,name,stock) and Find Button . I want when user clicks on Find Button another window should display all items in the Gridview and which item is selected by the user , it should display the data of the item in the 3 Text Boxes which are on the first form.
Thanks