G
Guest
Hi,
I have an asp button name btnSubmit in a web form
Here is the event handler declaration:
Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnSubmit.Click
How can I call this sub programatically? Of course I can just insert one
line of code with the Sub name, but what sender and e should I use?
TIA
I have an asp button name btnSubmit in a web form
Here is the event handler declaration:
Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnSubmit.Click
How can I call this sub programatically? Of course I can just insert one
line of code with the Sub name, but what sender and e should I use?
TIA