Click here to Skip to main content
Sign Up to vote bad
good
See more: C#
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 21 Jan '13 - 2:41


This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 325
1 Mohammed Hameed 123
2 Sergey Alexandrovich Kryukov 115
3 Santhosh G_ 103
4 Ron Beyer 89
0 Sergey Alexandrovich Kryukov 8,286
1 OriginalGriff 6,561
2 CPallini 3,533
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 21 Jan 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid