Hi all,
can anyone help me soon that, how to put radiobutton list in windows form aplication.,
by defalut one radionbutton is selected.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Oct 15, 2012, 7:36 AM
if(radiobutton1.Checked)
{val="F";}
if(radiobutton2.Checked)
{val="M";}
Dorababu MekaPosted Oct 15, 2012, 7:31 AM
Sandeep GowdaPosted Oct 15, 2012, 7:27 AM
sorry to disturb u again.
My question., i will be having two ID's if i do like this na., So i'm confused..
can't we get like in web application
Santhosh Kumar JayaramanPosted Oct 15, 2012, 7:20 AM
2. Drag and drop a group Box
3. Drag and drop a radiobutton in groupbox
4. Drag and drop another radiobutton in groupbox.
Run it ..
Sandeep GowdaPosted Oct 15, 2012, 7:09 AM
Thank you for your reply.
I'm new to windows application.
I go through the link but i'm not getting the things., so can u please help me with code.
scenerio is:
2radiobuttons.. 1button should be selected in page load only.
Santhosh Kumar JayaramanPosted Oct 15, 2012, 7:04 AM
http://msdn.microsoft.com/en-us/library/sefz7fxc.aspx