Datagrid !!! Urgent
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, In my current project i am using datagrid to display record from the employee table It consist of four feild. EmpName joiningdate Department Designation John 14/12/90 10 Clerk Smith 10/01/85 20 Programmer Smith 11/05/95 20 Programmer I need to know what column a user has selected and and the complete data of that row. e.g. if a user select Smith then how i can take his joining date from the data grid. ename=datagrid.text //giving me the name of the employee rownum=datagrid.row // giving the selected row number colnum=datagrid.col // giving the selected col number Thanks in advance