Click here to Skip to main content
15,912,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1.an object x is declared as global.system.web.ui.webcontrols.radiobuttonlist
2. for that object.datasource(x.datasource) we are assigning a result
3. we are getting result from a stored procedure by passing a id to it.
4.The result contains a row with 3 values
5.we are binding for that object(x.databind)
6.x.items(0).selected=true is written

for x.selecteditem i am seeing the first value from result

with first value of result i need to access the third value also how to do that

Is my question understandable if so any idea how to proceed
Posted
Comments
tpkpradeep 20-Mar-14 2:34am    
for x.selecteditem i am seeing the first value from result

with first value of result i need to access the third value also how to do that..? What does it actually Mean..? Post your code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900