Hi,
i am new to Silverlight, i created Silverlight application(MVVM pattern) contains Textbox and button.
the textbox datatype is int, so user should not enter any character in textbox, for this i neetd to do validation.
Can any one help me out on this(in detail).