Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I want to check if radio button have been checked in the AutoPostBack form for Windows VB.NET.
2011-06-18 22:58:00
Merveilleux,did Jeffery's tips point you into the right direction and were you able to solve the task? Please let us know. Thank you!
2011-06-17 20:48:00
Hi Merv,I'm a Visual C++ (.net) programmer so I can't help you directly with VB, however you should have a function called radiobutton1.is_checked() or something of the like. You can call it like this if(radiobutton1.is_checked()) { // do something } You would probably receive more help if you asked VB programmers directly, try here:- http://www.vbforums.com/Ryan Dube wrote a post on how to learn VB, which encompasses websites where you could ask your question: http://www.makeuseof.com/tag/4-great-websites-to-make-you-a-visual-basic-guru/