Showing related tags and posts accross the entire site.
-
Hi! I'm having a problem with a ManyToManyListRelationship. The CheckBoxList tied to the ManyToManyListRelationship does not get updated properly when a PostBack occurs. On the form, I also have a DropDownList that is used to modify the WhereClause of the ReferenceMember DataSource. When a PostBack...
-
Hi! I'm having a problem with a CheckBoxList when a PostBack occurs. In fact, I am using a ManyToManyListRelationship on that form that controls which checkboxes are checked. On the form, I also have a DropDownList that is used to modify the WhereClause of the ReferenceMember DataSource. When a PostBack...
-
I have a bunch of form fields that are used to filter a result set. The datasource has multiple filters setup that are linked to these controls. If I change a field value - choose an option in a dropdown field - and then try to navigate to Page 2 in the EntityGridView, the datasource detects that the...