Posts by Lucas Cabral • 43 points
2 posts
-
0
votes0
answers58
viewsQ: Problems with accentuation Asp.Net c#
I’m wearing a foreach in my View, but I’m having problems with accentuation, note the code: @foreach (Area areas in Model.ListAreas) { @:{ id:@areas.Cod_Area, text: '@areas.Desc_Area'}, } Note: Meta…
-
4
votes1
answer777
viewsQ: How to transform a string into HTML C#
I am using a component and need to load it with HTML snippet that comes in a variable. For this I created this Jquery: $(document).ready(function(){…