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
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