Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a form with Employee Details. From That i have to Select Category like Permanent,Temprory,Apprentice,etc. I have a general Form with List view to call category in various form. When i select the Category using F2 key in the Category textbox it will call the Form with listview which loads and displays the category details. When i selected a value it will be assigned to the category text box in Employee form. I done it with VB. How to do in vb.net
Posted
Updated 14-Nov-11 19:48pm
v3

its very open ended question.. try to ask some concrete questions...

follow the links.. you will get idea from there..

Passing Data Between Forms[^]

http://colinmackay.co.uk/blog/2005/04/22/passing-values-between-forms-in-net/[^]
 
Share this answer
 
This is the popular question about form collaboration. The most robust solution is implementation of an appropriate interface in form class. Please see my past solution for more detail: How to copy all the items between listboxes in two forms[^].

—SA
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900