Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for george4986

I am Using a fingerprint Scanner for attendance posting. My aim is to copy the attendance log files from the fingerprint reader machine.the machine is connected to one of the lan ports on the same network.I know the ip address of the device and port no,But dont know how to …

Member Avatar for salmankhalid
0
3K
Member Avatar for vishal anand.s

specify column index instead of column name if column index of "mpatientID" is 0 try like below string patientId = lstDashItems.SelectedItems[0].SubItems[0].Text;

Member Avatar for vishal anand.s
0
399
Member Avatar for salwa.kh.9

> int id = int.Parse(dt.Rows.ToString()); specify the row,If it retrns one row use like below int id = int.Parse(dt.Rows[0].ToString());

Member Avatar for george4986
0
232
Member Avatar for ruwaldl

try this listBox1.Items.Add( dataGridView1.Rows[e.RowIndex].Cells["Description"].Value.ToString());

Member Avatar for Fenrir()
0
534
Member Avatar for ade.julianto
Member Avatar for manjeanpaul

total salary=basic salary+total allowance-total deduction+overtime amount-loss of pay amount Health ensurance & security fees fall under deductions category. can u specify more details

Member Avatar for george4986
0
95

The End.