D
David C
I have an asp.net FormView that is displaying a money field as shown below.
<asp:TextBox ID="txtInitialClaim" runat="server" Text='<%#
Bind("InitialClaim", "{0:c}")%>' Width="120px"></asp:TextBox>
When the update command runs it throws an error because the dollar sign is
in the field. I want the user to be able to enter or view the $ sign. Is
there any way around this to avoid the error? Thanks.
David
<asp:TextBox ID="txtInitialClaim" runat="server" Text='<%#
Bind("InitialClaim", "{0:c}")%>' Width="120px"></asp:TextBox>
When the update command runs it throws an error because the dollar sign is
in the field. I want the user to be able to enter or view the $ sign. Is
there any way around this to avoid the error? Thanks.
David