.net resources

for an excentric world

Numeric Box with defaults


Demo Code from Above
<ew:NumericBox runat="server" id="nbDemo1" />
Numeric Box that allows positive and real numbers


Demo Code from Above
<ew:NumericBox runat="server" id="nbDemo2" PositiveNumber="True" />
Numeric Box that allows positive numbers


Demo Code from Above
<ew:NumericBox runat="server" id="nbDemo3" PositiveNumber="True" RealNumber="False" />
Numeric Box with currency formatting


Demo Code from Above
<ew:NumericBox runat="server" id="nbDemo4" DecimalPlaces="2" AutoFormatCurrency="True" />

quicklinks


quickblog

Copyright © 2000 - 2024, Excentrics World