shangrilla
Programmer
How can I change the backcolor of a form on server side?
Private sub button1_click
Form1.ActiveForm.BackColor = System.Drawing.Color.Red
' isn't working.
end sub
Private sub button1_click
Form1.ActiveForm.BackColor = System.Drawing.Color.Red
' isn't working.
end sub