Java Servlets
Sub Page_Load(sender as Object, e as EventArgs)
If Not Page.IsPostBack Then
' Default BG color to white to match the way it
' looks when the page first loads.
back_red.Value = "FF"
back_green.Value = "FF"
back_blue.Value = "FF"
End If
End Sub
6 of 89