Krautzer
Krautzer
CC#
Created by Krautzer on 10/16/2023 in #help
❔ ASP.NET session timeout early
Although the session timeout period is 40 minutes, sometimes (rarely) the session ends before the 40 minutes are up.For example, I browse between pages. Sometimes my session ends before 40 minutes. I couldn't understand why.
<sessionState mode="InProc" timeout="40"></sessionState>
<sessionState mode="InProc" timeout="40"></sessionState>
And I create the session like this:
Session["UsersDetails"] = usersDetails;
Session["UsersDetails"] = usersDetails;
2 replies
CC#
Created by Krautzer on 10/1/2023 in #help
❔ MVC Error Handling
No description
2 replies
CC#
Created by Krautzer on 9/7/2023 in #help
❔ Bootstrap selectpicker script not working
<script src="~/Scripts/jquery-3.7.0.min.js"></script>
<script src="~/Scripts/jquery.unobtrusive-ajax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="~/Scripts/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/bootstrap-table.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/bootstrap-table-locale-all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js"></script>
<script src="~/Content/js/repair.js"></script>
<script>
$(document).ready(function () {
$('#repairProductInput').selectpicker();
});
</script>
<script src="~/Scripts/jquery-3.7.0.min.js"></script>
<script src="~/Scripts/jquery.unobtrusive-ajax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="~/Scripts/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/bootstrap-table.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/bootstrap-table-locale-all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js"></script>
<script src="~/Content/js/repair.js"></script>
<script>
$(document).ready(function () {
$('#repairProductInput').selectpicker();
});
</script>
9 replies
CC#
Created by Krautzer on 9/4/2023 in #help
❔ Bootstrap selectpicker lib not working
2 replies
CC#
Created by Krautzer on 8/29/2023 in #help
✅ Selecting @Html.DropDownListFor
1 replies
CC#
Created by Krautzer on 8/28/2023 in #help
❔ I can't fill my inputs when I click the "update" button
In order not to write it again, I am giving the stack overflow link. I will be grateful if you could help me. https://stackoverflow.com/questions/76993881/i-cant-fill-my-inputs-when-i-click-the-update-button?noredirect=1#comment135730032_76993881
2 replies
CC#
Created by Krautzer on 8/21/2023 in #help
✅ .NET MVC - AJAX BEGINFORM UpdateTargetId not working
4 replies