Click here to Skip to main content
15,900,973 members

Comments by Ahmed Taha (Top 7 by date)

Ahmed Taha 23-Dec-18 15:13pm View    
Any help ???
Ahmed Taha 22-Dec-18 14:40pm View    
Windows Form Application
Ahmed Taha 11-Jun-18 19:30pm View    
I am using C# with visual studio.
Which part of the code?
I have two radion buttons connected to data binding-Sex.
Ahmed Taha 11-Jun-18 19:17pm View    
I have the two radio buttons inside a group box and when I check one the other one will uncheck. The problem is when I assign both radio button in the data bindings to (BindingSource - Sex) and i try to retrieve I do not get any button checked.
Ahmed Taha 11-Jun-18 18:35pm View    
I have two radion buttons Male And female and I have a problem with retrieving checked radio button from the database. I searched the internet and many people were saying RadioButton.GroupName Property can solve this problem, but I can not find this property =.