Click here to Skip to main content
15,897,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncrystal report ask for login id and password Pin
vikas shukla25-Sep-09 2:22
vikas shukla25-Sep-09 2:22 
AnswerRe: crystal report ask for login id and password Pin
Greg Chelstowski25-Sep-09 3:04
Greg Chelstowski25-Sep-09 3:04 
GeneralRe: crystal report ask for login id and password Pin
sashidhar25-Sep-09 5:00
sashidhar25-Sep-09 5:00 
GeneralRe: crystal report ask for login id and password Pin
Greg Chelstowski27-Sep-09 22:58
Greg Chelstowski27-Sep-09 22:58 
AnswerRe: crystal report ask for login id and password Pin
sashidhar25-Sep-09 5:05
sashidhar25-Sep-09 5:05 
QuestionSEO Pin
Ramkumar_S25-Sep-09 0:59
Ramkumar_S25-Sep-09 0:59 
AnswerRe: SEO Pin
Vasudevan Deepak Kumar25-Sep-09 1:13
Vasudevan Deepak Kumar25-Sep-09 1:13 
QuestionHow to get value from dynamic radio button Pin
gaigoi11325-Sep-09 0:36
gaigoi11325-Sep-09 0:36 
Hi All,

I'm working on a online survey. What I have accomplished is reading the table A (contain Question) and table B (contain Answer). I used Response.write() to format it to look like

Section 1
-------------
Question 1 | Answer 1 | Answer 2 | Answer 3 | Answer 4 | Answer 5

Response.Write("<input id='" & "rad" & radIDCount & "' name='" & subDataReader("QUESTION_ID") & "' type='radio' value='" & subDataReader("ANSWER_ID") & "' runat='server'/>")

How do I loop thru all the radio button and submit the answer to the oracle database? I tried the FindControl but i get no luck. Someone guide me to the right direction?

thanks
AnswerRe: How to get value from dynamic radio button Pin
Christian Graus25-Sep-09 0:45
protectorChristian Graus25-Sep-09 0:45 
AnswerRe: How to get value from dynamic radio button Pin
S.Dhanasekaran25-Sep-09 0:54
S.Dhanasekaran25-Sep-09 0:54 
GeneralRe: How to get value from dynamic radio button Pin
gaigoi11325-Sep-09 1:41
gaigoi11325-Sep-09 1:41 
QuestionProblem with Connection String Pin
nazimghori25-Sep-09 0:23
nazimghori25-Sep-09 0:23 
AnswerRe: Problem with Connection String Pin
Christian Graus25-Sep-09 0:32
protectorChristian Graus25-Sep-09 0:32 
AnswerRe: Problem with Connection String Pin
Vasudevan Deepak Kumar25-Sep-09 1:15
Vasudevan Deepak Kumar25-Sep-09 1:15 
AnswerRe: Problem with Connection String Pin
Abhishek Sur25-Sep-09 10:00
professionalAbhishek Sur25-Sep-09 10:00 
QuestionLive Eerver Error Pin
Abbas_here25-Sep-09 0:01
Abbas_here25-Sep-09 0:01 
AnswerRe: Live Eerver Error Pin
Christian Graus25-Sep-09 0:33
protectorChristian Graus25-Sep-09 0:33 
GeneralRe: Live Eerver Error Pin
Abbas_here25-Sep-09 0:54
Abbas_here25-Sep-09 0:54 
AnswerRe: Live Eerver Error Pin
sashidhar25-Sep-09 0:36
sashidhar25-Sep-09 0:36 
GeneralRe: Live Eerver Error Pin
Abbas_here25-Sep-09 0:58
Abbas_here25-Sep-09 0:58 
GeneralRe: Live Eerver Error Pin
Vasudevan Deepak Kumar25-Sep-09 1:17
Vasudevan Deepak Kumar25-Sep-09 1:17 
GeneralRe: Live Server Error Pin
Abbas_here25-Sep-09 1:29
Abbas_here25-Sep-09 1:29 
GeneralRe: Live Eerver Error Pin
sashidhar25-Sep-09 2:12
sashidhar25-Sep-09 2:12 
GeneralRe: Live Server Error Pin
Abbas_here25-Sep-09 2:34
Abbas_here25-Sep-09 2:34 
GeneralRe: Live Server Error Pin
sashidhar25-Sep-09 2:43
sashidhar25-Sep-09 2:43 

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.