|
-
Nov 12th, 2001, 04:04 PM
#1
Thread Starter
New Member
Form Properties for Web Form in VB.NET
I have a general question to accomplish a specific task.
The general question is...How do you refer to the webform object of a web application project in order to access the properties of the form itself? I am trying to have a button on a web form that, when clicked, changes the background color of the form.
-
Nov 13th, 2001, 09:50 AM
#2
Maybe the Page Object?
Page.BackColor
or something like that..
Just a guess
-
Nov 13th, 2001, 10:00 AM
#3
Thread Starter
New Member
I have tried page.backcolor (nope), document.backcolor(nope), webForm1.backcolor(nope), me.backcolor(nope)
In a Windows application, I just use <i>formname</i>.backcolor and it works fine. I just wonder if there is some reason why this task can't be accomplished in a web form?[I]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|