Posts by Eduardo • 1 point
1 post
-
0
votes0
answers27
viewsQ: Creating methods for validation in C #
How can I create a class and method that are universal for Textbox validation for forms in C#. For example, I need to create a method that validates a field called Name in my customer registration…