Please, Help To Finish My Project!!!!

carpe2

Freshman
Joined
Jan 16, 2004
Messages
42
Location
Spain
Hi. I´m finishing my project to end my degree, and the last thing I need to do is an asp.net web...although i feel confident in .net i don´t know how to this...
I will explain it a little, sorry for my English:
*I have a web service created to manage groups of pupils, it has a huge number of methods
*I also have a client created with windows forms.
*In the asp.net page i have to ask them which group do they prefer
First of all, i will connect to the web service and get the number of groups the subject has,
then i have to put 3 radio button with 3 labels or textboxes saying Good Bad or Normal for each group, in order to give the pupil the possibility to choose the group which fits him.

The problem I have is that I don´t know how to do that thing with the radio buttons, as i have to get the results to send them to the web service(Good->3 points, Normal->2, Bad->1)

I would need something like that...

-------------Good Normal Bad

Group 1 radiobtn radiobtn radiobtn
Group 2 radiobtn radiobtn radiobtn
Group 3 radiobtn radiobtn radiobtn
.........................................................................
and get the elections to send them to the web service...

I WOULD REALLY APPRECIATE ANY HELP!!!
THANKS IN ADVANCE!!!!
 
Back
Top