Posts by Help Me • 73 points
3 posts
-
0
votes1
answer51
viewsQ: How to compare two Viewmodel
I have the following doubt, imagine there are two ViewModel: public CustoViewModel cvm = new CustoViewModel(); public CustoViewModel custoViewModel= new CustoViewModel(); And that each ViewModel…
-
4
votes4
answers1515
viewsQ: Take a field value by id and put it into a variable
Hello, I have a field on a form that receives the id: "teste", how can I catch via javascript this value and put in a variable?? I found the following on the internet var str =…
-
1
votes1
answer33
viewsQ: How do you test the position of elements on the screen?
I use the Visual Studio 2017 and every time I make any changes in css I have to reload the page (and this takes time), there is some way to make changes using visual studio or even the browser to…