Posts by Augusto Filipe • 106 points
6 posts
-
1
votes2
answers98
viewsA: Doubt regarding Modal Bootstrap
Apparently there is another element with a "z-index" higher than yours in the "modal" class. Try increasing the size of the "z-index" of the "modal" class through the console and see if it resolves.…
-
1
votes0
answers243
viewsQ: Crystal Report set value text size in a graph
I am using Crystal Report version 13 in an application with Aspnet Webforms. I am developing reports with graphics and displaying the value of "data labels". My problem is that I can’t modify the…
-
1
votes1
answer705
viewsA: Develop standard Razor template - ASPNET MVC
I was able to solve using Virtualpathprovider superscript. Tobymosque’s contribution via the link http://www.umbraworks.net/bl0g/rebuildall/2009/11/17/ASP_NET_MVC_and_virtual_views.…
-
3
votes1
answer705
viewsQ: Develop standard Razor template - ASPNET MVC
I am with an ASPNET MVC5 project using C# which by design definition was agreed that the Layout of the pages structure would be stored in the Database. Within my _Viewstart would be referenced my…
-
1
votes1
answer779
viewsA: Multiple config files in different ASPNET MVC projects
I found the answer (I will post here in case anyone else has this problem). I recreated the file in the main project, using "add existing item" and created as link. I used that reference:…
-
2
votes1
answer779
viewsQ: Multiple config files in different ASPNET MVC projects
I’m in trouble and maybe someone can help me. I’m working on a project ASPNET MVC so that I structured the solution in several projects to decompose the different components. In my main project…