Posts by Fabricio Cordeiro • 11 points
2 posts
-
0
votes0
answers14
viewsQ: Unable to generate the model because of the following Exception: 'System.Argumentexception: ', hexadecimal value 0x08, is an invalid character
When trying to generate the template layer of an existing database (Sql server) I get this error. What should I do ?…
-
0
votes1
answer56
viewsQ: How to get the value of an HTML input and put into a "href" attribute?
<h2>Pesquisar Usuários</h2> <form action=""> <input type="text" id="name" name="name"> <a href="#" onclick="window.open('/Usuarios/Usuario?id=' + input)"…