I have a dataset bound to a grid and some other controls. Databinding is
responsible for all updates. I add a row using code and want that to be the
active row displayed in the controls. How do I set the active row for
databinding?

Re: Set active row thru code by Miha

Miha
Thu Dec 18 16:02:24 CST 2003

Hi Michael,

See thread
Moving in DataSet...Manually (code)??

from earlier today.

Basically you'll have to use BindingManagerBase.Position property.


--
Miha Markic - RightHand .NET consulting & development
miha at rthand com

"Michael Hamrah" <mmiikkee@oovviiddiinncc.ccoomm> wrote in message
news:OgRUiDbxDHA.3196@TK2MSFTNGP11.phx.gbl...
> I have a dataset bound to a grid and some other controls. Databinding is
> responsible for all updates. I add a row using code and want that to be
the
> active row displayed in the controls. How do I set the active row for
> databinding?
>
>