Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics 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 March 21st, 2008, 02:33 AM
Registered User
 
Join Date: Mar 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default select either textarea or radiobutton

Hi
 I am developing a web application in that i have registration form.
 In that I placed one text area and radio button.I have to select one of them.if i select radiobutton it will disable textarea and if select textarea then disable radiobutton.
I wrote the code like this
if (RadioButton1.Checked==false)
        {
            txtadddomains.Visible= true;
        }
        else
        {
            txtadddomains.Visible= false;
        }

But it is not working.
Please give some information.


Regards,
Pavani

 
Old March 21st, 2008, 04:35 AM
Authorized User
 
Join Date: Mar 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi,

i am not understanding what are you trying to do bcoz you just tell me how you will unchecked rediobutton after once checked?

You can do it if you dont want to unchecked radiobutton after once checked. Just you need to do is you have to put this code in page load event and you have to set radiobutton's autopostback property true.

thats it








Similar Threads
Thread Thread Starter Forum Replies Last Post
RadioButton in Datagrid FLEX abhishekchess1 Flex 1 January 7th, 2008 02:11 AM
RadioButton in Datagrid FLEX abhishekchess1 ASP.NET 1.0 and 1.1 Professional 3 September 28th, 2007 01:19 AM
change content of textarea from select darkhalf Javascript 1 April 26th, 2007 06:03 AM
display vbCrLf's from textarea to textarea mat41 Classic ASP Basics 8 June 10th, 2004 12:19 AM
Display data in textarea with select statement Alex_forever MySQL 6 April 27th, 2004 06:05 PM





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