from form2 Listbox2 selected item wil be displayed in dgv
from form2 Listbox2 selected item will be displayed in data grid view column in another form1.
Design Form1 as follows;
Listbox1 Button Listbox2
Load
ADD ALL
RK RK
CK CK
in listbox1 all faculty name retrieved from data base
when i click the load button all faculty name retrieved from data base and displayed in Listbox1.
when i select the faculty name from Listbox1 and click the add button the faculty name is displayed in the listbox 2.
Form2 design as follows;
Date period Column name Column name Column name
in the form2 in the column name in data grid view
that Listbox2 select the faculty name From (form1) want to display in the data grid view column in Form2.
for that how can i do.help me.