I am trying to create a windows application. For this I have to create 2 screens.
The first screen is a login page. When the user logs in with correct credentials, he will be directed to the next screen, in which there will be a listbox. And this listbox has to be populated with data from the db based on the logged in user. It would be helpful if I could get the details on how to do this.