I have a Sub that is sety to run on a button click<BR><BR>Sub MySub(sender as object, E AS EventArgs)<BR><BR>But I want to use this sub when the page loads.<BR>I get an error "No value specified for Sender or E."<BR>How can I set this sub so it will still work for both.<BR><BR>Thanks.the name of the sub must be different in both but you still can add the same functionality