Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 29th, 2004, 02:38 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default Show/Hide in a DataGrid

Hello,

I have a template column in an ASP.NET DataGrid that has:

RadioButtonList
TextBox
LinkButton

What I want to do is when the No option is selected in the radio button list, that the textbox and linkbutton become visible. Since it is in a datagrid, I wasn't sure how to do this. I would like to do this via JavaScript, but I guess I'm not married to that.

Thanks,

Brian
__________________
Brian
 
Old July 29th, 2004, 03:16 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

What about putting the textbox and linkbutton in a div that you can hide and show? You'll need to rig it up so the div has a unique ID so that it's unique to the grid's row. That will probably be the hardest part. Then you can set it's "visibility" or "display" style attribute when you click the radio buttons. As long as the radio buttons don't do an autopostback, you should be able to set their onclick client side event attribute to some script that turns on and off the div. Make the div runat=server so that you can find it to get its ClientID for the javascript call.





Similar Threads
Thread Thread Starter Forum Replies Last Post
HIDE/SHOW pallone Javascript How-To 11 April 16th, 2007 10:24 AM
Hide/show rows in a table smi13y XSLT 6 December 28th, 2006 08:48 PM
how to show/hide forms ? ashrafzia C# 3 November 3rd, 2006 11:07 AM
show/hide row(s) eugz Beginning PHP 0 March 19th, 2006 10:10 PM
Programatically Show Hide Textboxes miriv365 BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 1 April 19th, 2005 08:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.