if (this.NavigationContext.QueryString.ContainsKey("t1"))
{
this.tbfirstData.Text = this.NavigationContext.QueryString["t1"];
}
// Any way I can insert the key "t1" to my Column ["FirstData"] and save it on the fly Here?
this is during OnNavTo above but I could implement OnNavFrom to the previous page also
the real issue is a easy way to take that key and insert it to the column then the rest of my
issues will be solved as well thanks
This post has been edited by Quizton: 29 September 2012 - 11:04 AM

New Topic/Question
Reply



MultiQuote


|