|
I'm using a datarepeater; datarepeater contains 2 datacombo's an2 texboxt on VS2008 c# project. Behind data repeater i'vedone an entity class named SearchParam with 6 properties: - 2 props for datacombos SelectedValue - 2 props for TextBox text and 2 propsfor textbox1 and textbox2 visible properties. This two last properties make textbox1 and textbox2visible depending on valued selected on comboboxes. When i bound visible properties of textbox1 and textbox2toSearchParam.Param1Visible andSearchParam.Param2Visible using Advanced DataBindinds, i get StackOverflowException error. When i remove DataBindings of visible property from textbox1.Visible and textbox2.Visible all work fine. Is there some reasonof this behaviour? Is there any workaround to fix this issue? I've a simple c# to demostrate this behaviour. I will appreciate any suggestion
I've the same behaviour also in VS2010 beta2
Thanks
|