I am new to ASP.NET and trying to figure out stuff
Let's say i have the following functions Login_Authenticate(object sender, AuthenticateEventArgs e)
PasswordRecovery1_sendMail(object sender, MailMessageEventArgs e)
User_Click(object sender, EventArgs e)
what does the parameters actually mean??
...
Go to the complete details ...