problem with before record update event |
3/1/2007 21:39:01 | |
| ASPRunnerPro General questions | ||
|
W
waynes author
I have a problem similar to one I reported earlier (re: Header and master table locations. Error: Start date must be before End date<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <HTML><HEAD><TITLE>Trip Dates</TITLE>
|
||
|
J
|
Jane 3/2/2007 |
|
I see what you're saying. You can do the following:
|
|
|
W
|
waynes author 3/2/2007 |
I see what you're saying. You can do the following:
|
|
|
C
|
clig 3/3/2007 |
|
I would have prefered it to work as the other events do but I suppose this will do with one exception after the message has been written - the session needs to be cleared otherwise it will always be displayed.
|
|
|
J
|
Jane 3/5/2007 |
|
Yes, just use following code in the EditOnLoad event: Response.Write Session("my_message") Session("my_message")="" |
|