For a WebDropDown, how can I enable the displaytext area to enter text for list filtering.
Thanks Dan
Hi,
Could you mark your custom class with the [Serializable] attribute?
Thanks.
I am still getting this error when I bind my IEnumerable List<myEntity> to Webdropdown or Webcombo
Type 'Cigna.SUW.StopLoss.AccountNameSearchEntity' in Assembly 'StopLoss, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable
What is the idea behind setting CurrentValue to empty string on every postback, and initial page load? If you do an auto postback on selection, and you do not check for IsPostBack, this is the normal behavior, yes.
Thanks,
Angel
I have the webdropdown filter working but when I select an item from the list the currentvalue gets
deleted.
protected
void drpdwnAcctSrch_PreRender(object sender, EventArgs e)
{
drpdwnAcctSrch.CurrentValue =
"";
}
without this code the filter does't work
How can I display the selectItem?
I think it's coded correctly but I am still getting this error