Re: Postback handling
From: Maro (maro_at_nospam.com)
Date: 07/17/04
- Next message: Dot net work: "Radiobuttonlist - can I have all radio buttons de-selected?"
- Previous message: Mark Rae: "Re: Tables and CSS"
- In reply to: Mike: "Postback handling"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 17 Jul 2004 12:24:41 +0200
Hi Mike,
Why don't you use the postback event to set the information you want and then the button clicked event to save them to the DB (if that is what you mean). The postback event (or page load event) is handled before the button clicked event.
Hope this helps...
Maro
"Mike" <nospam@nospam.com> wrote in message news:e#hqtu8aEHA.3988@tk2msftngp13.phx.gbl...
Hi,
I have a button on my form that does save some stuff in a database. I would like to set some information before saving in the DB. Is it possible to have an event that fires before the postback?
Thanks
Mike
- Next message: Dot net work: "Radiobuttonlist - can I have all radio buttons de-selected?"
- Previous message: Mark Rae: "Re: Tables and CSS"
- In reply to: Mike: "Postback handling"
- Messages sorted by: [ date ] [ thread ]