Hi,
I have created one dropdown box the first item in the list will be "select a Value" with the value of 0(Zero) and the rest will get filled from the database.
I am trying to get the value of the selected Item at runtime So that I could pass the value to Database and retrieve some other values accordingly.
I tried getting the value like Request.Form("d dlRSMNames") but its not working.
Can anyone suggest me like how can I proceed in this..
I have created one dropdown box the first item in the list will be "select a Value" with the value of 0(Zero) and the rest will get filled from the database.
I am trying to get the value of the selected Item at runtime So that I could pass the value to Database and retrieve some other values accordingly.
I tried getting the value like Request.Form("d dlRSMNames") but its not working.
Can anyone suggest me like how can I proceed in this..
Comment