i have dropdownlist(ddpilih) with 2 item. when i select the value it go to the page i want,
if ddpilih.selected.value="BL"
go page balance.aspx (i dun know to write the code)
else
go page ...
end if
Printable View
i have dropdownlist(ddpilih) with 2 item. when i select the value it go to the page i want,
if ddpilih.selected.value="BL"
go page balance.aspx (i dun know to write the code)
else
go page ...
end if