i have a text file having employee id,name anb phone number seperated by :
i want to bring all the employee ids into one listbox of windows form so that user can select one out of it. and when user selects one employee id out of it corresponding name and phone number should come in other two textboxes of the same form..how can i do this?
i want to bring all the employee ids into one listbox of windows form so that user can select one out of it. and when user selects one employee id out of it corresponding name and phone number should come in other two textboxes of the same form..how can i do this?
Comment