Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Every One,

I am showing records in gridview. In my gridview's first column i have one radio button and in second column i have one textbox.

My requirement is that firstly textbox will be hide but when i select that radio button then textbox should be display.

I am selecting radio button using keyboard key using javascript.

so if anyone know the javascript code for display the textbox of that rowin gridview in which radio button is selected.

please tell me
Posted

1 solution

Have a look at following articles from CP for starters:
Show / Hide GridView Columns in ASP.NET[^]

Also some other pointers for your reference:
http://forums.asp.net/t/1264178.aspx/1[^]
http://aspdotnetcodebook.blogspot.in/2008/03/how-to-hide-gridview-column-using.html[^]
 
Share this answer
 
v3
Comments
coolnavjot31 26-Jun-12 5:24am    
thanks for reply but these all article are related to hide the cell.
But i am trying to show Text Box.

so please give me any idea

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