Posts by Oziel Guimarães • 41 points
4 posts
-
0
votes0
answers43
viewsQ: Why is the json not being deserialized?
I have the following JSON {…
jsonasked Oziel Guimarães 41 -
0
votes2
answers2833
viewsA: How to upload . txt file and save to a directory using c# net mvc?
I do TXT file generation this way: public FileResult DownloadFile(FileInfo file) { var extension = file.Extension; //Este é o content type utilizado para arquivos TXT var contentType = "text/plain";…
-
1
votes1
answer344
viewsA: IIS Validation Messages - Asp.Net MVC
Note if you have the Language (Brazilian Portuguese) installed on your server, if you do not only follow the following tutorial:…
-
0
votes1
answer535
viewsA: Show Image in View
Good morning user34823, You may be using the.CONTENT URL for this: Example: <img src="@Url.Content("~/Imagens/Fotos_Func/" + Items.T_FrmCadFuncionarioFoto)" alt="@Items.T_FrmCadFuncionarioNome"…