Hi Steven
There are a lot of samples in this for what you ask
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx
And if you have problems installing it
http://msdn.microsoft.com/vbasic/vbr...q/#installvdir
I hope this helps a little bit?
Cor
> whats the syntax for binding the text property of a
> textbox to a particular field in a dataview
> programatically ?
>
> here's the scenario my form has two main sections the
> first is a datagrid the second is a series of textboxes
> which are initailly bound to the same full dataset and
> later depending on actions taken by the user are bound to
> the dataview I've figured out how to change the binding
> of the datgrid but am struggling to get the syntax
> correct for switching the binding of the textboxes
>