B
Brian Shannon
How can I tell the name of the button causing the post. I have some code in
page prerender and I don't want the code to execute if a certain button
causes the post since it would be an unnecessary trip to the server and a
hit on the DB.
If button <> btnTime caused post then
Execute Code
End if
Thanks
page prerender and I don't want the code to execute if a certain button
causes the post since it would be an unnecessary trip to the server and a
hit on the DB.
If button <> btnTime caused post then
Execute Code
End if
Thanks