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