Click here to Skip to main content
15,896,154 members
Home / Discussions / WPF
   

WPF

 
Questionupdate datagrid in silverlight 4 Pin
arkiboys5-Apr-11 2:13
arkiboys5-Apr-11 2:13 
AnswerRe: update datagrid in silverlight 4 Pin
Abhinav S5-Apr-11 2:20
Abhinav S5-Apr-11 2:20 
GeneralRe: update datagrid in silverlight 4 Pin
arkiboys5-Apr-11 2:23
arkiboys5-Apr-11 2:23 
AnswerRe: update datagrid in silverlight 4 Pin
Abhinav S5-Apr-11 2:53
Abhinav S5-Apr-11 2:53 
GeneralRe: update datagrid in silverlight 4 Pin
arkiboys5-Apr-11 2:55
arkiboys5-Apr-11 2:55 
GeneralRe: update datagrid in silverlight 4 Pin
Abhinav S5-Apr-11 3:12
Abhinav S5-Apr-11 3:12 
GeneralRe: update datagrid in silverlight 4 Pin
arkiboys5-Apr-11 3:16
arkiboys5-Apr-11 3:16 
AnswerRe: update datagrid in silverlight 4 Pin
Keith Barrow5-Apr-11 3:39
professionalKeith Barrow5-Apr-11 3:39 
WPF binding is very different to (and much better than IMO) ASP.NET binding. WPF is unlike winforms or ASP.NET, so developers have to get their head around the change, which is substantial.
You bind an object exposing INotifyPropertyChanged a collection exposing IObservableCollection. If the binding is two-way, the object/collection is updated automatically. It is unlikely that this should be persisted immediately (in most circumstances the user would OK this somehow). Generally what would happen is the bound object would persist the changes. This is a better separation of concerns, and more flexible than binding an SQLDataSource to a grid as in ASP.NET.

This article explains a pattern that goes hand in hand with WPF: Model-View-ViewModel (MVVM) Explained[^] it should clarify things for you.

QuestionDOS command in VB.net and WPF [modified] Pin
Jayme654-Apr-11 21:40
Jayme654-Apr-11 21:40 
AnswerRe: DOS command in VB.net and WPF Pin
Pete O'Hanlon4-Apr-11 22:55
mvePete O'Hanlon4-Apr-11 22:55 
Question[SOLVED] XAML with a browser Pin
CodingLover4-Apr-11 14:48
CodingLover4-Apr-11 14:48 
AnswerRe: XAML with a browser Pin
Mycroft Holmes4-Apr-11 17:03
professionalMycroft Holmes4-Apr-11 17:03 
NewsRe: XAML with a browser Pin
CodingLover4-Apr-11 18:31
CodingLover4-Apr-11 18:31 
GeneralRe: XAML with a browser Pin
Pete O'Hanlon4-Apr-11 20:46
mvePete O'Hanlon4-Apr-11 20:46 
GeneralRe: XAML with a browser Pin
CodingLover4-Apr-11 21:58
CodingLover4-Apr-11 21:58 
GeneralRe: XAML with a browser Pin
CodingLover5-Apr-11 18:03
CodingLover5-Apr-11 18:03 
AnswerRe: XAML with a browser Pin
Abhinav S4-Apr-11 21:13
Abhinav S4-Apr-11 21:13 
GeneralRe: XAML with a browser Pin
CodingLover4-Apr-11 22:17
CodingLover4-Apr-11 22:17 
GeneralRe: XAML with a browser Pin
Pete O'Hanlon4-Apr-11 22:27
mvePete O'Hanlon4-Apr-11 22:27 
GeneralRe: XAML with a browser Pin
CodingLover4-Apr-11 22:33
CodingLover4-Apr-11 22:33 
GeneralRe: XAML with a browser Pin
Pete O'Hanlon4-Apr-11 22:38
mvePete O'Hanlon4-Apr-11 22:38 
GeneralRe: XAML with a browser Pin
CodingLover4-Apr-11 23:16
CodingLover4-Apr-11 23:16 
GeneralRe: XAML with a browser Pin
Pete O'Hanlon4-Apr-11 23:18
mvePete O'Hanlon4-Apr-11 23:18 
GeneralRe: XAML with a browser Pin
CodingLover5-Apr-11 18:02
CodingLover5-Apr-11 18:02 
GeneralRe: XAML with a browser Pin
Pete O'Hanlon5-Apr-11 22:13
mvePete O'Hanlon5-Apr-11 22:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.