Posts by Joao Pedro • 91 points
4 posts
-
1
votes0
answers695
viewsQ: Convert a string with HTML Code into an HTML object(Tag)
good morning. I have the following problem: I am implementing the integration between the company’s mobile application and the VIMEO platform. I’m using the oEmbed type integration, and from their…
-
2
votes1
answer199
viewsQ: Sending shortened date does not work abbreviated Asp.net mvc
I am creating a form in ASP.NET MVC and, creating the field "Datamessage", I initially put Textbox to load a date with the month in full, as below: Image of the form with the field "Date of the…
-
3
votes2
answers1105
viewsA: Excessive line breaking while creating file . txt C#?
As stated by Maniero in the comments, the problem was that null items were being returned in the bank search. At first, I was searching for the items and retrieving the codes with the following…
-
2
votes2
answers1105
viewsQ: Excessive line breaking while creating file . txt C#?
I’m trying to generate a file .txt from a code list recovered from the database. However, when the file is generated, line breaks come out in excessive number, as shown below: The code is as below,…