Ask a Question related to ASP.NET General, Design and Development.
-
Micheal #1
How to I Iterator through a CheckBoxList?
This is an ASP.NET using C# website
Micheal Guest
-
What's the iterator when using CFGRID?
new to CF7, and was wondering how would i output/alert the PK (primary key) when looping through the results using CFGRID? easily done when output'n... -
ANNOUNCE: Iterator v0.02 and associated modules.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Version 0.02 of the following modules Iterator Iterator::Util Iterator::IO Iterator::DBI... -
How To Write the external Iterator?
Easy... 1. Learn how to set the clock correctly on your computer. 2. Learn basic etiquette in usenet (i.e. not cross posting to a ton of... -
[ann] iterator 0.1
homepage: http://raa.ruby-lang.org/list.rhtml?name=iterator download: http://rubyforge.org/download.php/213/iterator-0.1.tar.gz About ===== -
Any way to advance to an iterator prematurely?
All- In the code below, is there an way to put a condition just before <do a big bunch of stuff?> that will cause the iterator to advance to the... -
Ray Dixon [MVP] #2
Re: How to I Iterator through a CheckBoxList?
Hi Micheal,
Here's one way:
foreach (System.Web.UI.WebControls.ListItem tempListBox in
CheckBoxList1.Items)
{
//Do something interesting with tempListBox each time
}
Good luck!
--
Ray Dixon - Microsoft MVP
[email]ray@NOSPAM.greeble.com[/email]
(remove NOSPAM. from my e-mail address for a direct reply)
"Micheal" <frooyo@sbcglobal.net> wrote in message
news:%23ANllI5VDHA.1512@TK2MSFTNGP11.phx.gbl...> This is an ASP.NET using C# website
>
>
Ray Dixon [MVP] Guest



Reply With Quote

