Question
August 31, 2007 at 01:22 AM
sujit.kumar.adhikari

VB.NET(Window based) – ListBox Data Population without using FormLoad event

by sujit.kumar.adhikari . Updated 18 years, 11 months ago

i tried using form load event to populate the data in a listbox, Data successfully populated but as the code page form is a child form of another master form(main). the opening of child form starts with the load event of main form. In the main forms’ ‘Ok’ button clicked event there is a login data validation occures and so a Try..Catch..finally…End try used. This try..catch throws argumentexception error. Please provide me any solution here

This discussion is locked

All Comments