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 Building Controls
Losing Composite Control property that another Composite Control ...
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="Chad, post: 4254069"] Hi, I'm creating 2 composite controls in ASP.net. Control 1 is a Search control and control 2 is a Map control. I have added a property (myMap) on the Search control (mySearch) that is of type Map control, say name is map1. I drop on a webform both of these controls. I can at design time use the property window, click on the Search control and select the property myMap and it gives me a drop-down list of all map controls on the webform, so I choose the map1 which is the name of the map control. I'm thinking everything is good. But when I run it, in page_load of the webform, I check to see if mySearch.myMap is nothing and it is. When I stop the app and return to the IDE. Click back on mySearch control, look at the property window the property or myMap is GONE. It didn't retain it's value. So how am I supposed to point to another control? Thanks ... Chad [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Building Controls
Losing Composite Control property that another Composite Control ...
Top