Search results for query: *

  • Users: Niso
  • Order by date
  1. Niso

    Question How to bind a button from Errors of several TextBoxes?

    It's not so clear to me how to do it with Command, I will explain myself more clearly. Every time you leave the focus of the text box and the text is invalid, a corresponding message immediately appears, the thing is that after clicking the button I actually take all the content of the boxes...
  2. Niso

    Question How to bind a button from Errors of several TextBoxes?

    hello everyone i'm new here and would like some help with something. I wanted to ask how I bind a button so that as long as all the text boxes are not filled with legal content the button will be disabled, I want the binding to be according to the Errors of all the boxes. The thing is that I...
  3. Niso

    Question Unit Testing with EF on MVC 5

    hello, im having trouble connecting my DB to the unit testing. i saw a video on youtube that recommended moq and adding repositorys, but i dont think im suppose to get that far. i just want to write some simple tests to see if they are added to the db as expected. im adding the code for my...
Back
Top Bottom