Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not an object
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01020230
Message ID:
01020918
Views:
56
Thanks Kevin, I will give it a try.

Glenn

>Glenn,
>
>>[NullReferenceException: Object reference not set to an instance of an object.]
>> OakLeaf.MM.Main.Web.UI.mmWebBindingStrategyList.BindData(ImmWebBindingList mmControl, mmBusinessObject bizObj, Boolean bindBack, mmBusinessStateChangeEventArgs e)
>
>Based on your stack trace it looks like the error is occuring when trying to bind back one of your list boxes. On the web, when you tell a business object to save, it raises a "Saving" event. The UI controls that are listening to that business object bind their values back to the business object and that is where the problem is occurring. To see which listbox is causing the error, you can turn off the binding on each one (set the BindingType to None). I recommend looking at the listboxs' BindingValueSource and BindingValueSourceMember properties to see if they are correct. If you don't see anything wrong there, I recommend setting a breakpoint in mmWebBindingStrategyList.BindData() to see what's happening.
>
>Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform