.Net Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - More.Net Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 4th, 2004, 02:54 PM
lewy2000 lewy2000 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 3 lewy2000 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Talking Selecting a radio button (C#)

Does anyone know how to select a ListItem based on a value returned from a query?

For example, I have yes and no radiobuttons. If a query returns true, I want the yes button to be selected. If it returns false, the no button is selected.

Any thoughts? If I could tackle these checkbox radiobutton issues I'd feel much better about aspx!

Best wishes!

Reply With Quote
  #2  
Old March 4th, 2004, 05:34 PM
nerdrocker nerdrocker is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Location: Oregon
Posts: 4 nerdrocker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to nerdrocker
Code:
if (query returns true)
{
     radioButtonYes.Checked = true;
     radioButtonNo.Checked = false;
} else {
     radioButtonYes.Checked = false;
     radioButtonNo.Checked = true;
}


Is that what you mean?

Last edited by nerdrocker : March 4th, 2004 at 05:38 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - More.Net Development > Selecting a radio button (C#)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT