Whenever I insert , update or delete record the databinding in textboxes don't work otherwise it works fine if i just press the next , previous , first or last record button , can anyone temme whats missing ? My code is in c#. I have done binding through BindingManagerBase can anyone temme how can I solve the problem?
first tell me exactly what is happening with insert/update/delete? is record not getting refreshed when u do the above things?
well all of you thnkx I have sorted the problem myself well the thing is I was missing the refreshing part after insert/update/delete I have done that using function and it was somehow close to what rahul mentioned.