Posts by Renato C.Francisco • 125 points
3 posts
-
0
votes1
answer38
viewsA: Html.Displayfor() not breaking string line
Insert Html.Displayfor() inside a <p> (paragraph) within the <td>. I removed and used the same id for the paragraph and wrote a CSS for the id. So he always breaks the line of the…
-
0
votes1
answer38
viewsQ: Html.Displayfor() not breaking string line
In this code, the idea is to generate a list of records searching the database and showing in a cshtml the variables, for each item in this Model. In the Database, strings contain \n (line breaks)…
-
5
votes2
answers740
viewsQ: How do I perform a "merge commit" or "merge pull request" on "Github"?
I want to contribute to a project on github only that I don’t want to post a PR with 28 commits. How do I (on Github) join these commits?