Base solution for your next web application

Activities of "ismcagdas"

Hi,

AspNet Zero uses Metronic theme and it supports Bootstrap v3.* Do you get a specific error for your calendar implementation ? If so, can you send it.

By the way, Metronic theme already has a calendar in it called fullCalendar. You can also use it if you like. FullCalendar github page: <a class="postlink" href="https://github.com/fullcalendar/fullcalendar">https://github.com/fullcalendar/fullcalendar</a> FullCalendar Metronic sample: <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_4_material_design/app_calendar.html">http://keenthemes.com/preview/metronic/ ... endar.html</a>

Hi,

If you want to use the css class in both frontend and backend, you can use core.less file under Common\Styles folder. If you want to use the css class only in backend, it changes according to your version. For SPA, use app.less under App folder For MPA, use _Layout.less under Areas\Mpa\Views\Layout folder.

Hi,

We have a sample for that. Please check this forum topic #584@285df1ba-7f5b-42cb-9698-f1e142b50ed4

Hi,

The problem with your controller is, it's derived from regular MVC Controller. Can you try to derive it from [YourProjectNameControllerBase] ?

Hi,

You are invited as well.

No problem at all, we all do the same thing sometimes :)

Hi,

Can you share your method's async version ? Do you also get any errors with async version ? If so, please share it as well.

Hi,

Have you seen this issue ? <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1007">https://github.com/aspnetboilerplate/as ... ssues/1007</a> Does that work for you ?

By the way, since you have a seperate EntityFramework module for your module, please check this topic as well #1970.

Your problem might be related to something in this topic.

Showing 11941 to 11950 of 12740 entries