1
Reply

c# code for linking textbox in 1form radiobutton in 2nd form

keerthi rakasi

keerthi rakasi

Mar 1 2013 7:29 AM
2k

Hai, I am coding in C# using visual studio 2010.

In my application i want a link between a text box in one form and radio button in another form.

Please send the code for it.

sir, Thanks for your reply. I want text Box must hold the selected value of radiobuttons.

In my application there are 3 radio buttons in one form.And these three must select automatically based on the values of textbox in another form.

for example textbox is for students marks and radio buttons for grades.If in textbox marks are above 70 then first radio button will automatically select(as A grade).or if marks or above 60 then second radio button will automatically select(as B grade). something like this......








Reply

Answers (1)