N
neverstill
hi-
I need to have an asp:TextBox that will allow me to set the type attribute
to hidden. I can't seem to find a way to do this. Basically, I have a
Wizard application that will show/hide different panels for each step. I
need to track what step I'm on, so I though I would just add a simple little
hidden input and increment it each time. Not so easy.
the Visible property of the basic asp:TextBox sets whether or not the
control is rendered. I don't want that. I just want type="hidden"
Am I going to need to make my own server control?
Any tips? I feel that I MUST be missing something....
Thanks,
Steve
I need to have an asp:TextBox that will allow me to set the type attribute
to hidden. I can't seem to find a way to do this. Basically, I have a
Wizard application that will show/hide different panels for each step. I
need to track what step I'm on, so I though I would just add a simple little
hidden input and increment it each time. Not so easy.
the Visible property of the basic asp:TextBox sets whether or not the
control is rendered. I don't want that. I just want type="hidden"
Am I going to need to make my own server control?
Any tips? I feel that I MUST be missing something....
Thanks,
Steve