Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Databind a WebCurrencyEdit
posted

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

  • 149
    posted

    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.