Display and manipulate DATA
-
People: Is there a way to display a set of questions in form of survey, with scales like radio buttons choices? These questions and choices are retrieved from database. I cannot use a datagrid for this purpose, right? Also, for each question I want to pass a hidden field value attached to question - how would I go about doing that? Many thanks for your time - any ideas would be very helpful. Vani
-
People: Is there a way to display a set of questions in form of survey, with scales like radio buttons choices? These questions and choices are retrieved from database. I cannot use a datagrid for this purpose, right? Also, for each question I want to pass a hidden field value attached to question - how would I go about doing that? Many thanks for your time - any ideas would be very helpful. Vani
-
Use asp:table it would be much easier. In the top cell put the question and in the cell below that put the Answer. And what do u mean by hidden field value attached to the question? leo Kathmandu, Nepal
Thanks for reply. Each of survey question has an id attached to it and the user doesn't have to see this value, i wanted to pass this as hidden field and later on use as key to update the answers for each survey question. Also on another note, how would you select values out of dataset? Thanks so much!