tags:

views:

5

answers:

0

I have an rb named RB but when i request it in the action i noticed that it is getting encoded to something like _ctl100_RB. How can i prevent th is or encode to get the right value?

What I would like to happen If Request("RB") = "opt1" then

WHat is actually happening If Request("_ctl100_RB")