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
Creating the Note Naming Convention - Day 4 - Part 4
Jan 03, 2011 at 9:22 AMHi,
Great video! One problem tho
string[] fileList = appStorage.GetFileNames();
creates collection starting at [0]. Running debug/emulator, I cannot get location to display on Page_Load in [0]. So I have to run thru the loop once, then hit the Add_Button(+) on Mainpage then continue loop for location to display in [1]. Any reason [0] is reserved for anything? Anybody else have same prob?
Thanks,
E.