Base solution for your next web application

Activities of "velu"

Hi, Please provide sample program of Create and Update / Edit angluerjs Logic.

Provide edit model example with angularjs.

Question

While Updating database we are getting below mentioned error. "An exception of type 'System.Data.Entity.Core.ProviderIncompatibleException' occurred in EntityFramework.dll but was not handled in user code" "Additional information: The provider did not return a ProviderManifestToken string."

Please help me on that urgently......

How to apply Metronic Theme in ASP.NET Zero Angularjs?

Please help us.

Question

How to create Tenant Specific Menu?

Please help me on that

<cite>ismcagdas: </cite> Hi,

AspNet Zero AngularJs version already includes/implements Metronic. Do you wnt to include a component to your project ? Or, Do you want to change the version of Metronic in AspNet Zero ?

Thanks.

I want to change admin theme and Metronic version also

<cite>ismcagdas: </cite> Hi,

Do you want to create a menu item for all tenants or for just a specific tenant ?

Just a specific tenant.

How to insert Organization Unit id?

Please provide CRUD example for Organization Unit . I am not able achieve this.

<cite>ismcagdas: </cite> Hi,

This is not possible directly but, you can do it like this:

  1. When defining related permission for menu item, set a feature dependency like this
var sampleBooleanFeaturePermission = pages.CreateChildPermission(
   name: AppPermissions.Pages_Tenant_SampleBooleanFeature,
   displayName: L("SampleBooleanFeature"),
   isGrantedByDefault: false,
   multiTenancySides: MultiTenancySides.Tenant,
   featureDependency: new SimpleFeatureDependency(AppFeatures.SampleBooleanFeature)
);
  1. Then give this permisison to only that tenant.

I hope this helps.

Does not have parameter named isGrantedByDefault in CreateChildPermission. I am not able to achieve this if any full example or document available then.

Please provide us.

<cite>ismcagdas: </cite> Hi,

Are you getting an exception ? Because AspNet Zero already has a creating organization unit functionality. You can check OrganizationUnitAppService class for that.

Organization Unit menu is working properly.

When i am creating Product master that time Organization Unit Id not able to store in database. That CRUD example required.

Showing 1 to 10 of 236 entries