Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am having a gridview with radiobuttonlist and textbox.

After gridview_rowediting event is fired, I need to perform operation on radiobuttonlist such that corresponding action to be performed on textbox.

I am having radiobuttonlist with 3 radiobuttons.
Textbox is disabled.
After gridview_rowediting event is fired, I need to select one of the radiobutton such that textbox should be enabled so that I can edit the data in the textbox.

This should be done before gridview_rowupdating event is fired.

I tried a lot but i couldn't do it.


please help me..
Posted
Comments
Nishant Singh 6-Jul-10 2:10am    
What exactly is the problem you are getting ??

1 solution

You can write your code in GridView_RowDataBound event.

Cheers. :-O
 
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