StrataFrame Forum

Unable to populate SF Web dropdownlist...

http://forum.strataframe.net/Topic27758.aspx

By temory - 7/27/2010

This should be something that surfaced when I bound to SF Web textboxes but didn't.



Unable to cast object of type 'ASP.default_aspx' to type 'MicroFour.StrataFrame.Tools.ITypeResolver'.



The first thing I did was ensure that the type in the designer was appropriate:



Protected WithEvents ddlAddressType As Global.MicroFour.StrataFrame.UI.Web.DropDownList



I basically only declared essential parameters when placing in my markup:





SFWeb:dropDownList ID="ddlAddressType" BusinessObjectName="AddressType" BindingField="Description" CssClass="textInput w500" runat="server"/ >





I'm invoking BO.Requery() to populate this ddl. Am I missing something? The textboxes are binding w/o fail...



Thanks.



Todd.