(ASP.net using VB.net)
I have a combo box which contains a list of clients and there id's. When the user chooses an item from the list and presses the form submit button I want to redirect the user to "Admin_view.aspx" but with the parameter held in the Combo "clientID".
Can anyone help



Reply With Quote