Hi Friend
Actually my problem is that , I want to get value and the name of the different type of form element such as a set of option button and a checkbox. Actually when i only select any option button set and submit the form I got correct value and names of the object. But one I check any of the checkboxes available on the form. The result was in correct. For your better understanding below is my form and my asp page codes to get the value and name.
If you simply saved the same and run and try once by only selecting only option button and then select both and submit again you will find the deferene
I hope that you understand and thanks in advance
Form
Question Detail
Completely Disagree
Disagree
Agree
Completely Agree
Best Question
My work is interesting and I am committed to it. ?I am clear about what is included in my working tasks. ?I am being developed in my job. ?I feel that I can influence matters which concern my working situation. ?
End of Section
Codes to get values and names on next page
For Each field in Request.Form
Response.Write(field & " = " & Request.Form(field) & "
")
Next
if u could tell me what exactly u want then I can help u around.
thanx,
Shaielsh