I am undure of the order of execution when a postback occurs. What happens when somebody pushes a button on my vb .net page? Does onLoad run first? Or the buttons event handler? I believe too that the variables do not carry over from postback to postback... so any VB variables must be set with every execution... Can somebody clarify for me?