Posts by lorranpalmeira • 117 points
5 posts
-
1
votes0
answers34
viewsQ: Template Misaligned Bootswatch Template
I started using the Yeti template of bootswatch and there were 3 problems, my textarea misaligned from my other fields, besides the spaces between the fields increase a lot. Screen print in the…
-
1
votes1
answer55
viewsQ: Rollback Sqlserver recording two separate tables
Premise: I’m using Entityframework6 for data persistence in Sqlserver. In a certain period I need to record data on two different tables, but the second table is dependent on the first example. try{…
-
0
votes1
answer24
viewsQ: authentication with Formsauthenticationticket
I need to make the persistence of inclusions, changes and exclusions that users make on the system, each drive that the user only sees, so I created a Id on the tables of my BD to know which user is…
-
9
votes2
answers785
viewsQ: Arraylist versus List
Why in C# we should prefer to use the List instead of ArrayList?
-
0
votes1
answer1006
viewsQ: Bootstrap Modal Change and Ajax ASP.NET?
I developed a basic functionality in the Asp.net MVC controller where I have a product list and it is changed in the Back-End and in the front-End I use the Bootstrap-Modal to load the product and…