cBarry263
Active member
Gentlemen,
This is my first foray into ASP programming, I have been developing in VB.NET for a couple years now. I am trying to make a simple page that will query a DB and put the results in a gridview. However, I want the query to change based on a radio button that is selected by the user. When a radio button is selected, I want some options to be disabled. Simple enough in VB.NET, but I found that in ASP these options are not disabled until a button is pushed causing the page to refresh. How can I cause this refresh to happen when the radiobutton is selected, rather than waiting until a command button is pressed. Any help would be greatly appreciated.
This is my first foray into ASP programming, I have been developing in VB.NET for a couple years now. I am trying to make a simple page that will query a DB and put the results in a gridview. However, I want the query to change based on a radio button that is selected by the user. When a radio button is selected, I want some options to be disabled. Simple enough in VB.NET, but I found that in ASP these options are not disabled until a button is pushed causing the page to refresh. How can I cause this refresh to happen when the radiobutton is selected, rather than waiting until a command button is pressed. Any help would be greatly appreciated.