No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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 …
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;
> 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());
try this listBox1.Items.Add( dataGridView1.Rows[e.RowIndex].Cells["Description"].Value.ToString());
do u want it on front end or back end?
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
The End.
george4986