Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Isolated Storage, ListBox and DataTemplates - Day 3 - Part 7
Jan 20, 2011 at 7:00 AMStrange, mine works with ";component" where it previously could not work
Understanding Isolated Storage - Day 3 - Part 6
Jan 18, 2011 at 7:46 AMThe thing is the data stored are not overwritten when a new data is stored. hence when the new data (e.g. 12345) has less characters than the previous data (e.g. 987654321), and when we recall the data, the part of the prvious data after the new data is recalled as well (e.g. 123454321).
So how do we completely clear out the previous data when the new data is stored?