<asp:RegularExpressionValidator
id="RegularExpressionValidator1"
ControlToValidate="toAmountTextBox"
ValidationExpression="^\d*[1-9]\d*(\.\d+)?$"
Display="Dynamic"
EnableClientScript="true"
Text="* Please Enter valid amount"
runat="server" />
This code validates but shows the error message in validation summary... I want to display the message beside the text box it is validating!