lost values on button click

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
I'm using text boxes and option button on the form. text boxes are server control and options buttons are html controls with runat server property="server". When I click the button. I selects only the last radio button of that group. It loses the value that I selected.
I don't know that is the problem am I missing any values.

Thanks in advace.
Jawahir
 
Hi,

Di dyou check that the value of it is not changed before it reach your
handler?

Maybe you change it in Page_Load for example.


Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

das said:
Hi All,
I'm using text boxes and option button on the form. text boxes are
server control and options buttons are html controls with runat server
property="server". When I click the button. I selects only the last radio
button of that group. It loses the value that I selected.
 
Back
Top