Posts by Ozory • 59 points
4 posts
-
0
votes3
answers1145
viewsA: Asp.net MVC Session ends
It’s been two years, I’ve gone a long way to find out what use Asp.net mvc4 (Asp.net 4.5) but the Kinghost server is configured to run with Asp.net 3.5. In short, . net 4.5 consumes twice as much…
-
3
votes3
answers1145
viewsQ: Asp.net MVC Session ends
I have an app ASP.NET MVC 4.0 on a server of Kinghost. In my web.config I’ll tell you what: <sessionState timeout="1000"></sessionState> <authentication mode="Forms"> <forms…
-
2
votes1
answer129
viewsA: Xamarin Scroll View does not work
I discovered the problem, besides using the scroll I have to put this property in the attributes of Activity WindowSoftInputMode = SoftInput.AdjustResize, [Activity (Label = "CadastroActivity",…
xamarin.androidanswered Ozory 59 -
-3
votes1
answer129
viewsQ: Xamarin Scroll View does not work
I put a scrollview and my main Linearlayout inside it. I did this because when I type, some fields disappear behind the Keyboard. Well, what happens is that scrollView does not feature scroll and…
xamarin.androidasked Ozory 59