Bind each record in Form A from Form b on Btn clicks in Form A
-
This is a windows based C# project.I have 2 forms A and B.Form B contains search button and datagrid view wherein we select the row and the corresponding data will be bound to the controls in Form A.I have 2 buttons previous and next to view each record based on the search criteria..how can i get each record on these button click.Kindly help me
-
This is a windows based C# project.I have 2 forms A and B.Form B contains search button and datagrid view wherein we select the row and the corresponding data will be bound to the controls in Form A.I have 2 buttons previous and next to view each record based on the search criteria..how can i get each record on these button click.Kindly help me
-
Can you give some more detail ?? On pressing which button you need each record and on which form ??
Jinal Desai
-
This is a windows based C# project.I have 2 forms A and B.Form B contains search button and datagrid view wherein we select the row and the corresponding data will be bound to the controls in Form A.I have 2 buttons previous and next to view each record based on the search criteria..how can i get each record on these button click.Kindly help me