How do you bind a WebCurrencyEdit. I have one inside a databound FormView. I was expecting an interface like the one I get for the standard TextBox where you click on the "Edit Databindings" inside the smart tag, or barring that some field in the properties to specify which column/field to be used as the display text.
I am thinking I am just missing something, but i cannot find any examples, and any documentaiton where it talks about this explictly.
sorry if this a relitivly stupid question.
Oh, I am using Netadvantage 2008.1 CLR 2.0
I have the same question when using WebNumericEdit, and I will ask the support about it. It seems to work if you manually add the binding expression to the ASPX code like ...runat="server" width="185px" value='<%# Bind("THEFIELDNAME") %>'..., but it would be much nicer to be able to choose it visually.