plz help me in radiobuttonlist

rahulk

New member
Joined
Jan 14, 2006
Messages
1
Programming Experience
Beginner
Hello all.


I have a problem related to radiobutton list

M doing a project of online test system (Asp.net (codebehind VB.NET and MSSQL SERVER 7.0))and I want to acess the data from datset to

The radiobuttonlist i.e 4 option of a question

I want to access the 4 option of a question to the radiobuttonlist from dataset after the connection opened .

M giving this command

Radiobuttonlist.item(0)=ds.tables(“quet”).rows.item(0)

But its giving error

So plz plz suggest me right method how can access data in radiobuttonlist from database(data is in the dataset allready).

Thanx in advance
 
Back
Top