Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > ASP.NET Newbie radiobuttonlist bind datasource

Reply
Thread Tools

ASP.NET Newbie radiobuttonlist bind datasource

 
 
bisrael
Guest
Posts: n/a
 
      02-27-2005
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.







 
Reply With Quote
 
 
 
 
Wilco Bauwer
Guest
Posts: n/a
 
      02-27-2005
Have you looked at the wizard control? That should be a good start for
doing this kind of stuff, in ASP.NET 2.0.

----
- Wilco Bauwer
Blog & Custom Controls @ http://wilcoding.xs4all.nl

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind data declaratively to RadioButtonList papaja ASP .Net 0 07-03-2006 06:21 PM
Newbie asp:wizard bind datasource bisrael ASP .Net Web Controls 0 03-04-2005 12:50 AM
How to bind DataGrid RadioButtonList's value? =?Utf-8?B?U2VyZw==?= ASP .Net 2 10-15-2004 06:15 PM
ASP.NET 2.0 How-To: Bind datasource parameter to UserID? Luke Dalessandro ASP .Net 2 09-28-2004 06:49 PM
Easiest way to bind a grid datasource to a datatable =?Utf-8?B?S2VubmV0aA==?= ASP .Net 2 01-18-2004 12:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57