Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Databinding
Message
De
06/03/2009 00:55:24
Arjun Bagojikop
Dynamic Super Software
Sangli, Inde
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Databinding
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01386080
Message ID:
01386080
Vues:
99
Hi all
i have created a headbidingsource and detailbindingsource (Parent and Child) .
when i am create a simple data from in that form if i used datagridview for detailbindingsource insertcommand it's working but if i remoce datagridview and bind it to textbox . then couldnot be insert a single record in the detailbindingsource and even there is no error appear

detailbindingsource.DataSource = HeadBindSource
detailbindingsource.DataMember = "relation1"

DataGridView1.DataSource = detailbindingsource 'it is working

Me.txtaddress1.DataBindings.Add("text", detailbindingsource, "address1") 'insert command failed

so please suggest me,where i am doing to wrong


thanks in advance
Arjun
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform