Welcome to plsql4all.blogspot.com SQL, MYSQL, ORACLE, TERADATA, MONGODB, MARIADB, GREENPLUM, DB2, POSTGRESQL.

Tuesday 23 December 2014

Allow Only Numbers in TextBox

<asp:TextBox ID="txtFareAmount_Travel_TEB" runat="server" MaxLength="12" CssClass="inptxt"
                                                            onBlur="CalculateGrandTotal_TEB(this.id)" onKeyup="ValidateDeciPointRevCalc(this.id)" ></asp:TextBox>
                                                            <asp:FilteredTextBoxExtender ID="ftbEx_txtFareAmount_Travel_TEB" runat="server" TargetControlID="txtFareAmount_Travel_TEB"
                                                                            FilterType="Custom, Numbers" ValidChars="."></asp:FilteredTextBoxExtender>
                         

No comments:

Post a Comment

Please provide your feedback in the comments section above. Please don't forget to follow.