Click here to Skip to main content
15,914,221 members

Comments by isaks (Top 2 by date)

isaks 17-Jun-11 8:30am View    
Deleted
Two ways IntelliSense can help you:
* Hover over it with your mouse and IntelliSense will tell you the type.
* Start using it and when you prepend a dot IntelliSense will show a list of allowed methods/properties on the object.

The real problem here is the name of "GetData" and "MyVariable".
isaks 16-Jun-11 5:24am View    
Deleted
It seems like a problem with the update notification (INotifyPropertyChanged). Are you *sure* that you have implemented it correctly? No typing errors or anything?

Can you show us the relevant pieces of code for your TestData object?