Search results

  1. N

    How Do I Validate Calendar Control In ASP.NET?

    Hi everyone, I have a question from my teacher. I seriously don't get what it means because I cannot validate a calendar control. It says that the custom validation control may not work with a calendar so simply put an extra label under the validation summary control and fill it in with an...
  2. N

    What does <<< EOT mean in PHP?

    I have a script that looks like this designed for getting information about my server: <html> <body> <table width='100%' border='1'> <?php foreach ($_SERVER as $key => $value) { echo <<<EOT <tr> <td width='25%'> <b>$key</b> </td> <td> $value </td> </tr> EOT; } ?>...
  3. N

    Flash Game Programming / Animation Tutorials?

    Hi everyone, I'm looking for some sites that feature Flash game programming/ActionScript programming and animation tutorials. Please give me some as soon as possible. Much would be appreciated. :) Thanks, - Nathe
  4. N

    Version of ASP for VISUAL BASIC 2005?

    I need to know which version of ASP.NET Visual Basic 2005 uses. Here are the two choices. Is it ASP.NET 2.0 or 3.5? :) Thanks, - Nathe
  5. N

    Version of ASP for VISUAL BASIC 2005?

    I need to know which version of ASP.NET Visual Basic 2005 uses. Here are the two choices. Is it ASP.NET 2.0 or 3.5? :) Thanks, - Nathe
Back
Top