emblewembl
Programmer
Hi,
I have been building my first asp.net pages and am not having too much trouble understanding things. However, I still have not found anywhere that explains what the bits in brackets do for the Sub Page_Load subroutine. e.g
and then in some examples it is just :
Can someone explain what this is all about??!!
Thanks. i love chocolate
I have been building my first asp.net pages and am not having too much trouble understanding things. However, I still have not found anywhere that explains what the bits in brackets do for the Sub Page_Load subroutine. e.g
Code:
Sub Page_Load(obj As Object,e As EventArgs)
and then in some examples it is just :
Code:
Sub Page_Load()
Can someone explain what this is all about??!!
Thanks. i love chocolate