i have a rad input field with IP mask:
The text that is saved for the IP 192.192.192.192 (For example) is: 192192192192.
How can I save the text WITH the mask elements?
<telerik:radmaskedtextbox id="SecondaryIPAddressTextBox" runat="server" Text='<%# Bind("SecondaryIPAddress") %>' mask="<0..255>.<0..255>.<0..255>.<0..255>" Skin="Vista" PromptChar="_"></telerik:radmaskedtextbox> |
How can I save the text WITH the mask elements?