ASP.NET Newbie radiobuttonlist bind datasource

B

bisrael

I'm attempting to build a survey like application in ASP.NET 2.0 (VB) and
I'm looking for some assistance,

I have a dataset of questions that I want to page thru 1 at a time to obtain
a score for each item.

Questions UniqID (int, identity)
Question (nvarchar)

Scores UniqID (int, identity)
ParentID (int, FK- to Question UniqID)
Score (int)

I would like to present the data as:

Question Text O Score1 O Score2 O Score3

<< First < Prev Next > Last >>

Can someone point me to an example that demonstrates paging with the ability
to update my scores table when one of the radio buttons is checked?

Thanks in advance.
 
W

Wilco Bauwer

Have you looked at the wizard control? That should be a good start for
doing this kind of stuff, in ASP.NET 2.0.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top