0
<asp:RegularExpressionValidator
id="RegularExpressionValidator1"
ControlToValidate="toAmountTextBox"
ValidationExpression="^\d*[1-9]\d*(\.\d+)?$"
Display="Dynamic"
EnableClientScript="true"
Text="* Please Enter valid amount"
runat="server" />
此代碼驗證但在驗證摘要中顯示錯誤消息...我想在正在驗證的文本框旁顯示消息!正則表達式驗證程序
真奇怪,它應該是'行進至'ValidationSummary'驗證的ErrorMessage'屬性和'Text'屬性被驗證控件顯示。你確定示例代碼是正確的嗎? – 2010-10-29 10:45:10