Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
example of setting a user controls properties using code behind instead of script tags?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Andy Gaskell, post: 4292240"] You don't want to change the property to shared. I noticed you already have the tag in the HTML so the codebehind of the page (most likely) already has declared that control. try this: CatSplash1.ImageUrl1 = "images/mycategoryheader.jpg" instead of: Dim cs as CatSplash cs.imageurl1 = "images/mycategoryheader.jpg" [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Web Controls
example of setting a user controls properties using code behind instead of script tags?
Top