Hello, abhishek_kumar_rch: I would suggest you check out
Regular Expressions (Visual Studio) for complete information on how to filter on certain words. You can enter your expression by adding the validator to the page, referencing the control to be validated, and then entering the expression in the textbox provided on the properties page for the control.
If you wanted to permit only numbers, for example, you could use:
Again, the link above takes you to details on how to filter on regular expressions. Happy coding!