Enter Keywords:
1 - 10 of 183(0.017 seconds)
Sort By:
 
Ok - I've tried to do this on my own for a while - but I have been unsuccessful, so I am going to ask here because I am sure that someone can answer this trivial question. I am trying to open a ...
Zones: PerlDate Answered: 06/16/2000 Rating: 9.0 Views: 0
I have written a custom windows control Called BookingItem and I want to dynamically add a bookingItem to the page from a list of selected bookings. So I created a foreach(CheckedItem in Checked...
Zones: C#Date Answered: 10/08/2004 Rating: 7.8 Views: 4
Hello everybody, That's what I have: Let's say I add some amount of buttons to one of my panels and after the work's done, I'd like to delete'em all. following the logic, I tried to use the ...
Zones: C#Date Answered: 05/23/2005 Rating: 7.8 Views: 0
i am doing a foreach ($_FILE as $file){ to resize and upload photos. here is the array: <PRE>Array (     [projFile1] => Array         (             [name] => 16-4bf8e50d25e9477c22f0ee047d3e...
Zones: PHPDate Answered: 10/08/2005 Rating: 9.8 Views: 0
Hello. I use this to pass on $_POST form values:         foreach($_POST as $key => $val) echo '<input type="hidden" name="'.$key . '" value="' . $val . "\">\n"; However, I do NOT want it t...
Zones: PHPDate Answered: 10/28/2005 Rating: 8.8 Views: 0
Questions: for example I have: my($family) = {}; $family -> {DAD} = "Father"; $family -> {MUM} = "Mummy"; $family -> {BRO} = "Brother"; What is the piece of code I can this output: ...
Zones: PerlDate Answered: 11/08/2005 Rating: 8.4 Views: 0
HI All I have this loop that i currently use to loop through my collection class. int counter; for(counter = 0; counter <= myWidgetCollection.Count -1; counter++) {   MessageBox.Show(myWid...
Zones: C#Date Answered: 11/08/2005 Rating: 9.4 Views: 0
Hello, I am trying to speed up the processing of a foreach loop Is there a way to go to the next item in a foreach loop if a condition is not met.  For example if I do not want to process sy...
Zones: C#Date Answered: 04/08/2006 Rating: 8.4 Views: 0
I have several checkbox lists for my application. However I only want to show the ones that are checked not anything else. So I was going to use a foreach to go though the check box list. The name ...
Zones: C#Date Answered: 04/28/2006 Rating: 8.2 Views: 0
Below is a script I use to generate a keywordlist from a search ----- theres one problem when I put in the main keyword to run the search off of- it does not add that main keyword to the list. ...
Zones: PHP and DatabasesDate Answered: 11/30/2006 Rating: 7.6 Views: 0