T
TN Bella
I have a simple text box called txtrefnum, if the user enters a number
length less than 9 characters long than I need to have lead zeros
added to it. Does anyone know how to do this? I couldn't find anything
online on the subject...
<asp:TextBox id="txtRefNum" runat="server"></asp:TextBox>
I thought I could use a validator for the process and make the user
add the zeros, but of course that is a big no-no! Please help!!
Thanks!
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
length less than 9 characters long than I need to have lead zeros
added to it. Does anyone know how to do this? I couldn't find anything
online on the subject...
<asp:TextBox id="txtRefNum" runat="server"></asp:TextBox>
I thought I could use a validator for the process and make the user
add the zeros, but of course that is a big no-no! Please help!!
Thanks!
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!