navigation - Navigating from a BasicPage to a BasicPage in c# metro application -


hi working on metro app school assignment having problems navigating basicpage basicpage.

i keep getting value cannot null error. code in button: this.frame.navigate(typeof(basicpage1), null);.

can me? immediate response appreciated

if don't want pass navigation argument, use following.

this.frame.navigate(typeof(basicpage1)); 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -