Base solution for your next web application

Activities of "ismcagdas"

Hi,

This is not related to AspNet Zero actually, but you can hide any element using jquery on the client side. For example you can hide first menu item like this. You can do the same for other menu items you want to hide.

$("ul.page-sidebar-menu li:eq(0)").hide();

Hi,

Can you share a screenshot of your browser's developer console with request details ? I have the Chrome v 54.0.2840.99 m but couldn't reproduce the problem.

Hi,

This bug is fixed <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1551">https://github.com/aspnetboilerplate/as ... ssues/1551</a> and it will be in the next release of ABP.

By the way, We have sent you a few emails but didn't get a reply from you. Can you check your emails ? They might gone to your spam folder.

Hi,

You can check user list page in your project. it's something like this.

_$usersTable.jtable('load', {
    filter: $('#UsersTableFilter').val(),
    permission: $("#PermissionSelectionCombo").val(),
    role: $("#RoleSelectionCombo").val()
});

Hi,

I'm not sure this is related to AspNet Zero but can you share how do you make a request to <a class="postlink" href="http://maps.googleapis.com">http://maps.googleapis.com</a> ?

Hi,

Actually both of your codes should work, I couldn't understand why do you get that error. Can you share full code of your controller if possible ?

And you can get list of users from javascript using abp proxy services. You can check user list page in order to do that. It has the same logic but just adds paging parameters to query.

Hi,

Can you share if there is an error you are getting ?

Hi,

We didn't solve this yet. Please share your github username and we will invite you to private repository.

For a temporary solution, try to enable multiTenancy in migrator tool before running migrations. See this topic for workaround #1938.

Hi,

I didn't know such a library but with a quick search on google, I have found this one <a class="postlink" href="https://github.com/mateuszmarkowski/jQuery-Seat-Charts">https://github.com/mateuszmarkowski/jQuery-Seat-Charts</a> Here is the demo <a class="postlink" href="http://jsc.mm-lamp.com/">http://jsc.mm-lamp.com/</a>

Please read it's documentation on main github page before using it.

Hi,

Yes, you should use it in most cases if you are using a single database.

Showing 11971 to 11980 of 12740 entries