0 Replies - 3364 Views - Last Post: 29 September 2012 - 11:03 AM

#1 Quizton  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 42
  • Joined: 18-April 12

insert & save a key object to db on fly

Posted 29 September 2012 - 11:03 AM

trouble finding a way to insert the resulting text of tbfirstData directly to column and save

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


Is This A Good Question/Topic? 0
  • +

Page 1 of 1