I am using Simple Data Binding in windows forms controls.I can go for the next record, Prev record
and all. But when i am trying to edit the data on the textbox which contains datetime value,
it is not accepting. I can change the format of datetime, but i can't keep the textBox field as null.
If i am deleting the contents in that textbox and leaving from that box, at the same time the
textbox is filling with the earlier data. I am using C#.NET.Also after updating the data i am refreshing
the dataset. But after refreshing it is always pointing to the first record only. I want the current record
without saving the current position before updating.
Anyone can help me. Pls..