I'm trying to update information in my database where I have 1:N between Clientes and Telefones , but I'm not able to perform such an update because sometimes it will be necessary to remove a phone that is in the database , s...
Constantly while browsing the site the user is being redirected to the login screen. I myself navigate several screens by clicking the menus and randomly the system goes to the login. I already set the timeout of the session with a fairly high t...
I have a problem, let's explain:
I have a page called Index where I render all clientes of my database in a table, in that table there is an delete button that opens a Modal de Confirmação that creates a Form with...
How do I configure Checkboxes in Asp.Net MVC Razor
Since in the documentation we have the following configuration Materialize for checkboxes
<p>
<label>
<input type="checkbox" />
<span>Red</span>
&l...
I have a contact list that is loaded dynamically using razor and Javascript to remove the rows and reorder the positions of the fields. The problem occurs when I click the delete record button and delete all the contacts (I send an ajax request...
I am creating several fields dynamically using Asp.net Razor and for this I am passing the index to a partial view and setting the name property of each field. Everything is working fine with all fields except Id and PersonId which are built usi...
Inconsistent accessibility: parameter type "IClientManager" is less accessible than the "ClientController.ClientController (IclientManager, UserManager)" method
Controller:
public class ClientController : Controller
{
private readon...
I'm getting the following error:
Can not convert from "TClient" to "EasySystem.Models.ApplicationClient"
public class ClientManager<TClient>
{
private ApplicationDbContext _context;
public ClientManager(ApplicationDbCont...
I created the safari shortcut for a site, but when I navigate within that site my shortcut closes and opens the safari normally. I would like navigation within the shortcut (homesreen) to be only on the homescreen.
Can anyone help?
I use asp.net...