Hello

I have an web application (asp.net + C#)

I have an textbox that is always filled with numeric value.

i want to restrict other all the key press except the numeric key & - .
as for the phone the hyphen is required.

How to implement it?

I tried but no success.

Any Idea?