Posts by Guilherme Vinicius • 145 points
5 posts
-
0
votes1
answer402
viewsQ: Error saving data from a session in the database
I am developing a sales system. Follow the link: Save Request - ASP.NET MVC However when finalizing the purchase and saving the data in the bank, I get the following error: "An Entity Object cannot…
-
3
votes2
answers202
viewsQ: Layout adjustment with elements that are automatically generated
I’m making a site where one of the pages is responsible for listing user posts in box form. Each box corresponds to a new user post, which is generated by the ASP.NET MVC 4 code with Entity…
-
1
votes1
answer1435
viewsQ: Save Request - ASP.NET MVC
I want to make a simple Ecommerce on my website based on this question: Implementation of ASP.NET MVC Shopping Cart However, I am doubtful when it comes to doing two things: 1º Save the data in the…
-
7
votes1
answer1275
viewsQ: How to save formatted text to database
I’m using Tinymce to edit texts on my website. However, I am doubtful to save the formatted text in the database and then display it the way the user typed it. (paragraphs, font color, etc.). Is…
-
2
votes1
answer128
viewsQ: Implement Text Approval Flow
I am developing a project where the user can publish texts, but before being posted on the site needs to be approved, something similar to the invitations of friendship of social networks where it…