Button1_Click secondario protettivo (mittente di ByVal come oggetto, ByVal e come EventArgs) tratta Button1.Click
Sessione (“SalesmanID„) = TextBox1.Text.ToUpper
TextBox2.Text = ""
Se cbBids.Checked allora
TextBox2.Text = “sotype = “B„„
Concluder se
Se cbReturns.Checked allora
Se TextBox2.Text = "" allora
TextBox2.Text = “sotype = “R„„
Altrimenti
TextBox2.Text = TextBox2.Text & “o sotype = “R„„
Concluder se
Concluder se
Se cbPartial.Checked allora
Se TextBox2.Text = "" allora
TextBox2.Text = “sotype = “O„„
Altrimenti
TextBox2.Text = TextBox2.Text & “o sotype = “O„„
Concluder se
Concluder se
Se cbRegular.Checked allora
Se TextBox2.Text = "" allora
TextBox2.Text = “sotype = ''„
Altrimenti
TextBox2.Text = TextBox2.Text & “o sotype = ''„
Concluder se
Concluder se
Sessione (“che cosa„) = TextBox2.Text
MsgBox (TextBox2.Text)
Response.Redirect (“SOS.aspx„)
Sommergibile dell'estremità
|