Try our conversational search powered by Generative AI!

Problem changing EPiServer:property at runtime

Vote:
 
I'm trying to change a pagelink on a EPiServer:Property at runtime by selecting pagelink from dropdown, but the Property-databind seem to be lagging one postback behind. The code is rather simple: void dropProduct_SelectedIndexChanged(object sender, EventArgs e) { XFormProperty.PageLink = new PageReference(Convert.ToInt32(this.dropProduct.SelectedValue)); XFormProperty.DataBind(); }
#13012
Apr 18, 2007 9:41
Vote:
 
This only happens when binding the property to a XForms schema.
#15248
Apr 18, 2007 11:29
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.