Hi,
I have this following problem in Visual studio 2005, VB dot net application.
On the form I have a listbox & textbox, I want that when i select a item from listbox then it shows in the textbox. SelectedIndexChanged event works fine for this, but the problem is this event fires when I fill the listbox with dataset, and I get the error: Argument prompt cannot be converted to type string.
Regard,


Reply With Quote

Bookmarks