|
-
Nov 21st, 2003, 04:20 PM
#1
I wonder how many charact
You haven't commented your code well enough for someone like me to be able to tell alot about what's going on.
I'm seeing me.dataset, which obviously isn't a standard property.
The error sounds like the dataset was never instantiated, only referenced. Therefore, when you are calling Clear(), your code fails because its trying to call a method from an object that doesn't exist yet.
Is your me.Listbox set to the same datatable you are trying to clear? If so, it may fire a second SelectedIndexChanged event. And that will cause you headaches..
post more details plz..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|