> Use IDataAdapter's RowUpdated event.

Did you use ADO.NET 2.0? Maby i'm stupid but i can't find even something 
similar there...

I want to make form for editing table. I connected to database and 
generated DataSet, BindingSource and TableAdapter.

Now i need to make inserting.

Table consists from 3 fields: Id, OperatorId, Notes

Id i'll generate in databse - clear for me;

Notes i'll filled from field value - clear for me;

OperatorId i should set manually from some variable.

The problem is that i can't find any suitable event for this.

TableAdapter does not have any events at all, BindingSource has event 
AddingNew, but it's agument e.NewObject is always null. DataSet has no 
suitable events too.

How can i set field value (not in grig) before it will be added to dataset?


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to