Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with mmDataGrid data binding
Message
 
À
23/05/2005 16:49:31
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01016895
Message ID:
01016942
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform