|
-
Feb 8th, 2001, 10:39 AM
#1
Thread Starter
Hyperactive Member
Does anyone have a little asp script that lets you add to a database 1 or 2 fields will do, then show you they database contents you've just added..
I have a script that does just that but when i go to reload the page to view mode i get the http headers already posted crap... i'm baffled as to what i'm doing wrong.
Many thanks
"Life isn't about finding yourself. Life is about creating yourself."
--George Bernard Shaw
-
Feb 9th, 2001, 08:16 AM
#2
If you set Response.Buffer = True, then you won't get the http headers already posted crap
-
Feb 9th, 2001, 09:05 AM
#3
Thread Starter
Hyperactive Member
Yep, i know... i had a little flag problem..
used in the end was for those interested..
Start: Response.buffer = true
end: Response.Clear
Response.Redirect("where ever")
Cheers all
"Life isn't about finding yourself. Life is about creating yourself."
--George Bernard Shaw
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|