Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i have l label and 4 radioButton inside the gridview.if i click the RadioButton then i get label and selected RadioButton values...How can i get?

Plz Help me..
Posted
Updated 26-Feb-12 19:46pm
v2
Comments
Richard MacCutchan 25-Feb-12 6:49am    
Your question is not very clear, also please check your tags, is this really C++? Maybe if you show some of your code (edit the above question) someone will be able to help.

Hi,
Refer this link. Hope it will help you.
http://forums.asp.net/t/1597541.aspx/1[^]
This is for label. For radiobutton follow same procedure.
 
Share this answer
 
Hi,

OnCheckedChanged event of RadioButtonList:

First find gridview control and find label using gridview obj. then show label and set value to label of radiobutton selected item.

I can't give you code but you can discuss where you face problem. follow above process and tell me.
 
Share this answer
 

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