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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10464679.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21157715.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21432627.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21588063.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21611786.htm...
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:
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21623004.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21623743.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21671893.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21831285.html
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.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...