Sub Discount1_ItemClick (Position As Int, Value As Object)
If Discount1.SelectedItem = "Regular Fare" Then
count123 = 0
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
Else If Discount1.SelectedItem = "Student Fare" Then
count123 = .20%
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
Else If Discount1.SelectedItem = "Senior Citizen Fare" Then
count123 = .20%
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
Else If Discount1.SelectedItem = "PWD Fare" Then
count123 = .20%;
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
End If
End Sub
If Discount1.SelectedItem = "Regular Fare" Then
count123 = 0
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
Else If Discount1.SelectedItem = "Student Fare" Then
count123 = .20%
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
Else If Discount1.SelectedItem = "Senior Citizen Fare" Then
count123 = .20%
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
Else If Discount1.SelectedItem = "PWD Fare" Then
count123 = .20%;
totalseats = types12
totalseats = types12 - ticket123
total123 = (((destination123 + types123) * ticket123) - count123)
SeatsTicket.Text = totalseats
AmountTicket.Text = total123
End If
End Sub