Click here to Skip to main content
15,891,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
from Frm Loading Details screen pass the faculty code to form Frm Scheduling Screen in datagridview column

rm Loading Details screen pass the faculty code to Frm Scheduling Screen in datagridview column


1. FrmSchedulingScreen design as follows in datagridview;

Date Session column name column name column name column name


2. FrmLoadingDetails design as follows;

Listbox1 Button List box 2


RK Load RK
CK ADD CK

when i click the load button all faculty code are retrieved from the database and displayed in List box 1.

then i select the faculty code from List box 1 and click the ADD Button that selected faculty goes to List box 2.

from the above is working fine.

but i want that selected faculty code go to FrmSchedulingScreen in datagridview column.

I want the output as follows in FrmSchedulingScreen

Date session RK C K

for getting the above output i write the code in FrmSchedulingScreen as follows in the button click ;


Button_Click

FrmLoadingDetails frmloading = new FrmLoadingDetails();
datagridView.Columns = FrmLoadingDetails.List box 2

the above coding is correct? how can i do please help me. reply please
Posted

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