N
Novice
Hey all, can the asp:button be used like a toggle button?
I don't really need to use the asp:button, I basically just need a toggle button that looks like a regular input button that will stay depressed once a user presses it.
I plan on having two buttons (A and B) on a webpage. When the page initially loads button A will be depressed and button B will be unpressed. if the user presses button B then that button will become depressed and button A will become unpressed again.
Does anyone know how this can be done either with the asp:button or with the regular html input button.
Thanks,
Novice
I don't really need to use the asp:button, I basically just need a toggle button that looks like a regular input button that will stay depressed once a user presses it.
I plan on having two buttons (A and B) on a webpage. When the page initially loads button A will be depressed and button B will be unpressed. if the user presses button B then that button will become depressed and button A will become unpressed again.
Does anyone know how this can be done either with the asp:button or with the regular html input button.
Thanks,
Novice