Posts by Jose Felipe • 177 points
5 posts
-
7
votes1
answer482
viewsQ: Return last value inserted in table where value is not Identity?
I would like to return the last value of the primary key entered in the table, but my primary key is CPF so I can’t use SELECT SCOPE_IDENTITY().
-
5
votes2
answers62
viewsQ: Error sorting list?
ViewBag.ListaEspecialidades = Especialidade.ListarEspecialidades().Sort(); Of a mistake "cannot implicitly Convert type void to Dynamic".…
-
2
votes1
answer184
viewsQ: List more borrowed books
I would like to list the books in order of most borrowed, but there is no book that was borrowed so it shows none. I’d like you to show it in order but even if the book hasn’t been borrowed at all…
sqliteasked Jose Felipe 177 -
1
votes1
answer358
viewsQ: Disable event scheduling by fullcalendar
I have a program and have to schedule events by month and by week, I am using the jQuery fullcalendar, I would like to disable the scheduling of events by month. And schedule just for the week.…
-
1
votes1
answer404
viewsQ: Fullcalendar C#
I would like to open a modal when clicked on a day in the calendar. script: <script> $(document).ready(function () { $('#calendar').fullCalendar({ header: { left: 'prev,next today', center:…