Code for Register Button ( IFMG 230 C# )
H.W 7/Exer23.6/webControl/images/bug2bug.png
H.W 7/Exer23.6/webControl/images/email.png
H.W 7/Exer23.6/webControl/images/fname.png
H.W 7/Exer23.6/webControl/images/lname.png
H.W 7/Exer23.6/webControl/images/os.png
H.W 7/Exer23.6/webControl/images/phone.png
H.W 7/Exer23.6/webControl/images/publications.png
H.W 7/Exer23.6/webControl/images/Thumbs.db
H.W 7/Exer23.6/webControl/images/user.png
H.W 7/Exer23.6/webControl/Web.config
H.W 7/Exer23.6/webControl/WebControl.aspx
Registration Form:
Please fill in all fields and click the Register button.
H.W 7/Exer23.6/webControl/WebControl.aspx.vb
Partial Class WebControl Inherits System.Web.UI.Page Protected Sub RegisterButton_Click(sender As Object, e As EventArgs) Handles RegisterButton.Click End Sub End Class
H.W 7/Web.config