Hi Everyone out there..!
I am facing a problem with maskededitextender.
I have a text box which has maskededitextender and its Mask ="99999-99999" and MaskType as Number.
While inserting these values to the database i just need to pass 9999999999 without the "-" . ClearMaskOnlastFocus is set to true but it doesn't solves my problem.
Can anyone help me in this Please.