The Status property specifies the value of the status line returned by the server. Status values are defined in the HTTP specification.
Response.Status = StatusDescription
StatusDescription
A string that consists of both a three-digit number that indicates a status code and a brief explanation of that code. For example: 310 Move Permanently.
Use this property to modify the status line returned by the server.
The following example sets the response status.
<% Response.Status = "401 Unauthorized" %>
© Microsoft Corporation. All rights reserved.
See also:
| file: /Techref/language/asp/obj/introbj_20.htm, 1KB, , updated: 2008/1/15 10:17, local time: 2012/2/10 12:28,
38.107.179.230:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/obj/introbj_20.htm"> Status</A> |
| Did you find what you needed? |
THE book for getting started with the PIC uC!
5 stars at Amazon.com
Now available from piclist.com for $34.95 ($7.50 S&H)
|
Robotics nuts!Check out http://users.frii.com/dlc/robotics/projects/botproj.htm from Dennis Clark. This guy ROCKS! He has made (and sells but also releases code, docs, etc...) for a number of cool little robotic modules including whiskers, IR proximity detect and remote control, Sonar proximity detect, PWM, Servo, compass. Most of these use the little PIC 12C508 controller which costs basically nothing and is soooo tiny.The 4 servos, 2400 baud serial servo controller is a wonder of magic and he sells the programmed chip for $8. Wow! |
.