Thread was being aborted

mike55 said:
Have followed the example, no exception being thrown, but I am getting the following error: "A page can have only one server-side Form tag."

Where to now?

Mike55.

Check the HTML on the aspx page, and check that you only have one <FORM> tag in the HTML.
 
Yea, thats the first thing that I checked, got around the problem by setting a variable to -1 if the exception occured, then in the Finally part I did an if statement that checked if the variable was -1 or another value. Based on the variables value I then redirected to the required page.

Mike55
 
Back
Top