Ejemplo n.º 1
0
 protected void Button2_Click(object sender, EventArgs e) // find 2
 {
     TextBox2.Text = MicrosoftLink.findReaderValue2();    // no value returned
     //     Lbl_Find.Text = MicrosoftLink.implement(TextBox1,TextBox2);
 }
Ejemplo n.º 2
0
 protected void Button1_Click(object sender, EventArgs e)    //CreateXML BTN
 {
     MicrosoftLink.creatingXMLUsingString();
 }
Ejemplo n.º 3
0
 protected void Btn_Fill1_Click(object sender, EventArgs e)  // fill 1
 {
     Lbl_Data1.Text = MicrosoftLink.microsoftTutorial(15);
 }
Ejemplo n.º 4
0
 protected void Btn_Fill2_Click(object sender, EventArgs e)  // fill 2
 {
     Lbl_Data2.Text = MicrosoftLink.microsoftTutorial2(16);
 }
Ejemplo n.º 5
0
 protected void Btn_Find_Click(object sender, EventArgs e) // find 1
 {
     Lbl_Find.Text = MicrosoftLink.findReaderValue();
 }