WPF and ADO.NET databinding

R

Robert Scheer

Hi.

I am playing with WPF and now trying to understand the new databinding
model.

I have a simple DataTable that I set as the DataContext for a window,
and bind some textboxes to it. That part is ok. Now I need to create
two buttons for navigation, a next and previous button. On that point
I am lost. On the traditional winform that was easy to do, but how do
I change a DataContext to show the current row for a DataTable on WPF?

Regards,
Robert Scheer
 
M

Mark Salsbery [MVP]

You may want to post this in the

microsoft.public.windows.developer.winfx.avalon

newsgroup :)

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top