Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child Business Objects definitely not working right
Message
 
To
27/07/2010 20:30:24
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01474206
Message ID:
01474307
Views:
36
All my problems are not solved, but I'm making progress ;)

Here's basically what I had in my code:
<!--
<mm:mmDropDownList ID="cboContactType" runat="server" AccessLevel="Full" AppendDataBoundItems="True"
                BindingSource="dsContactTypes" BindingSourceDisplayMember="txtContactType" BindingSourceValueMember="txtContactType"
                BindingValueSource="MemInd" BindingValueSourceMember="txtType" ControlID="00000000-0000-0000-0000-000000000000"
                IsPostBack="False" SecuritySetup="True" Width='150px' DataSourceID="dsContactTypes"
                DataTextField="txtContactType" DataValueField="txtContactType" Visible="false">
                <asp:ListItem Value='0' Text=""></asp:ListItem>
            </mm:mmDropDownList>
-->
Even though it looks to me like it's commented out (and wasn't on the screen due to it's 'visible' attribute set to false, when I traced through the code I could see during the BindBack() method (not sure of the actual name) it was still binding the value of this control back to the element.

It's kind of a gotcha.

Eric

>
>Does this mean you have all the problems solved? Where did you comment out a drop down that was still being created?
>Tim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform