In ASP.NET how do I call a sub from within another sub? I tried the Classic ASP way by saying "Insert()" from within my other sub but I got an errorYou got what error?I got an eventargs error, can i use the traditional Insert () in my sub button_Onclick routine? I'm trying to jump from an insert statement to a validation subArgument not specified for parameter 'e' of 'Public Sub Button_Click(s As Object, e As System.EventArgs)'.