Click here to Skip to main content
15,900,973 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 12:09
protectorChristian Graus20-Dec-07 12:09 
GeneralRe: Mixing ASP with ASP.NET Pin
Fernando A. Gomez F.20-Dec-07 12:15
Fernando A. Gomez F.20-Dec-07 12:15 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 14:25
protectorChristian Graus20-Dec-07 14:25 
QuestionRe: Mixing ASP with ASP.NET Pin
Venkatesh Mookkan20-Dec-07 15:57
Venkatesh Mookkan20-Dec-07 15:57 
GeneralRe: Mixing ASP with ASP.NET Pin
Christian Graus20-Dec-07 18:31
protectorChristian Graus20-Dec-07 18:31 
GeneralRe: Mixing ASP with ASP.NET Pin
Venkatesh Mookkan20-Dec-07 20:53
Venkatesh Mookkan20-Dec-07 20:53 
GeneralWindows Authentication Impersonate Pin
ss.mmm20-Dec-07 11:00
ss.mmm20-Dec-07 11:00 
GeneralRadioButtons in a gridview [modified] Pin
Knowledgestudent20-Dec-07 9:15
Knowledgestudent20-Dec-07 9:15 
Hi,
I really need help

I have a page designed in ASP.net over VB
it is an evaluation form :
20 questions for each there must be five choices (excellent, veryGood, Good, week, bad)
the questions are stored in the database (SQL)and retrieved once the page loaded, I had added 5 radio buttons to the gridview as template Item
AS FOLLOWS:


<asp:templatefield headertext="ansewrs">
<itemstyle width="230px">
<itemtemplate>
<asp:radiobutton id="btn5" runat="server" groupname="answer">Text="excellent" />
<asp:radiobutton id="btn4" runat="server" groupname="answer">Text="veryGood" />
<asp:radiobutton id="btn3" runat="server" groupname="answer">Text="good" />
<asp:radiobutton id="btn2" runat="server" groupname="answer">Text="week" />
<asp:radiobutton id="btn1" runat="server" groupname="answer">Text="bad" />



But how can I retrieve the answers of each question when a button is clicked

I really need to know and I will do any thing
another ideas are accepted Smile | :)
There is always something to learn

modified on Thursday, December 20, 2007 4:01:01 PM

GeneralRe: RadioButtons in a gridview Pin
Not Active20-Dec-07 9:59
mentorNot Active20-Dec-07 9:59 
GeneralRe: RadioButtons in a gridview Pin
Knowledgestudent23-Dec-07 11:47
Knowledgestudent23-Dec-07 11:47 
GeneralProblem with Scheduled Tasks Pin
rspadar20-Dec-07 8:02
rspadar20-Dec-07 8:02 
GeneralRe: Problem with Scheduled Tasks Pin
Not Active20-Dec-07 8:58
mentorNot Active20-Dec-07 8:58 
GeneralRe: Problem with Scheduled Tasks Pin
DigiOz Multimedia20-Dec-07 10:48
DigiOz Multimedia20-Dec-07 10:48 
Generalcustomize wsdl Pin
robot_rock20-Dec-07 2:59
robot_rock20-Dec-07 2:59 
GeneralRe: customize wsdl Pin
Not Active20-Dec-07 4:59
mentorNot Active20-Dec-07 4:59 
GeneralRe: customize wsdl Pin
Paul Conrad24-Dec-07 11:38
professionalPaul Conrad24-Dec-07 11:38 
GeneralInsert Multiple AuthorID under a BookISBN Pin
Sarfaraj Ahmed20-Dec-07 2:45
Sarfaraj Ahmed20-Dec-07 2:45 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Not Active20-Dec-07 5:06
mentorNot Active20-Dec-07 5:06 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Christian Graus20-Dec-07 9:50
protectorChristian Graus20-Dec-07 9:50 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Sarfaraj Ahmed21-Dec-07 0:15
Sarfaraj Ahmed21-Dec-07 0:15 
QuestionGridview sorting Pin
Sunil Wise20-Dec-07 2:13
professionalSunil Wise20-Dec-07 2:13 
GeneralRe: Gridview sorting Pin
Christian Graus20-Dec-07 9:51
protectorChristian Graus20-Dec-07 9:51 
QuestionRe: Gridview sorting Pin
Sunil Wise20-Dec-07 18:24
professionalSunil Wise20-Dec-07 18:24 
GeneralConverting a byte array into System.Web.UI.HtmlControls.HtmlImage Pin
mareers20-Dec-07 1:50
mareers20-Dec-07 1:50 
GeneralRe: Converting a byte array into System.Web.UI.HtmlControls.HtmlImage Pin
pmarfleet20-Dec-07 2:28
pmarfleet20-Dec-07 2:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.