Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
97913 Points
14516 Posts
Apr 13, 2012 08:55 AM|LINK
in your button click....
If(RadioButton1.Checked) { // do your 2 sql queries stuff here }
If (RadioButton2.Checked) { // do your textbox clearing stuff here }
....and rest code follows here...
Thanks,
ramiramilu
All-Star
97913 Points
14516 Posts
Re: Radio Button, change, SQL queries
Apr 13, 2012 08:55 AM|LINK
in your button click....
If(RadioButton1.Checked) { // do your 2 sql queries stuff here }
If (RadioButton2.Checked) { // do your textbox clearing stuff here }
....and rest code follows here...
Thanks,
JumpStart