Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with mmDataGrid data binding
Message
 
To
23/05/2005 16:49:31
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01016895
Message ID:
01016942
Views:
7
This message has been marked as the solution to the initial question of the thread.
>>Does anyone else have this problem?

Yes, the behaviour you described is duplicateable (if that's a word <s>).

If you check out InitializeComponent(), you'll see that in your #1, .BindingSourceMember = null. Add the view name, and .BindingSourceMember = "BizObj.ViewName". #3, .BindingSourceMember is gone - not set back to null or anything, the whole line is gone.

Just go back into the code and make the line that got wiped out - set .BindingSourceMember = null.

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform