hi everyone
i'm novice in vb.net and got stuck with this problem
want to add a record in table and used the following code
Adodc1.Recordset.AddNew()
Adodc1.Recordset.Fields("UrduWord1") = rtfHindi.Text
Adodc1.Recordset.Fields("UrduWord2") = rtfUrdu.Text
Adodc1.Recordset.Update()
the problem is with the line:
Adodc1.Recordset.Fields("UrduWord1") = rtfHindi.Text
and showing following error msg
Error Property 'Item' is 'ReadOnly'.
Can anyone plz help me with this problem