I'm trying to validate a number of fields, but my postbackurl property is kicking in long before my click event has, which of course means that none of my fields are getting validated.
I need to carry the values of these fields onto the next page, and I'd like to do it using the querystring to pass information at the same time.
I can't use server.execute or server.transfer because it just posts back to the same age with the contents of my new page at the top. I can't use postbackurl because it doesn't validate fields anymore.
Surely something so blindingly obvious can't have been overlooked by .NET developers?
Cheers,
Karl.