Multiple Page_Load subroutines and User Controls

G

Guest

Would you expect there to be a problem if I used a Page_Load routine in both
the header UserControl .ascx file, as well as the base .aspx file?

For example, I want to use a ADO statement with a try catch in the header,
as well as ADO in the base .aspx file.

To use the try catch, it appears that I must embed that statement in a
subroutine?

Is this correct?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top