Posts by Rafael Arnosti • 43 points
5 posts
-
0
votes2
answers69
viewsA: Recursive problem when integrating files
I discovered the reason when he is integrating more than one file in the file that he references in this part vNomeArquivo = ConfigurationManager.AppSettings["NomeArquivoSequencia"].ToString(); if…
-
1
votes2
answers69
viewsQ: Recursive problem when integrating files
I am doing a recursive integration of several files,when running with only one file it integrates normal, but when I try to integrate several files it gives this error. {"An error occurred while…
-
0
votes4
answers2257
viewsA: Check if user is logged in
Just add the line below in the Page_load of the restricted access pages or in the Master Page if applicable. Response.AppendHeader("Refresh", String.Concat((Session.Timeout *…
-
0
votes2
answers831
viewsQ: Json with an empty list C#
I have the following doubt I have a class that contains a list and I have another class that reads a JSON the Reading class calls the Entity class and mounts the object but when one of the lists…
-
3
votes2
answers489
viewsQ: Checkbox with External Checkbox
I have a Form with a Dropdownlist with Checkbox inside, and I have an external Checkbox that selects and unchecks all. My question is this:. When I uncheck one of the items in Dropdown the "Select…