Hi folks

I need to build some custom function for the site I am working on but I must admit that NOP structure has somewhat puzzled me so far.

I appreciate that there is no dev. documentation but if someone could enlight me on the following that would be most appreciated:

1. Am I right in assuming the onInit and onLoad functions are NOP equivalent of Page_Init(), Page_Load() where applicable?

2 Although AutoEventWireup is set to true, there seems to be a disconnect between CodeBehind and CodeFront. For example trying to access the Text property of a Label from CodeBehind does not seem to work. Any reason why?

3. Is there any way to disable URL rewriting for development purpose, to see the parameters that get passed arround (where applicable)?

Thanks for your help