Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
episerver:property id="propApplicationClosingDate" propertyname="ApplicationClosingDate" editmode="true" runat="server"
This is a Time/Date property.
When running the page and clicking the button to change date, I get an Error On Page message: Object doesn't support this property or method.
Maybe this can help you:
http://world.episerver.com/Forum/Pages/Thread.aspx?id=20779&epslanguage=en
A way to include system.js with help of VirtualPathMappings
/Hans
myPropString.PropertyValue.ToString()
The result is actualy the value the property had before I edited it.
I could certanly rewrite it to use asp:textbox and then just ask for the myTB.ToString(), but it really nags me.
Did I miss a memo?
Why can't I after migration use <episerver:propery editmode="true" ...../>
And in code-behind actually GET the edited values?