Base solution for your next web application

Activities of "mhdevelop"

also, if you can give me github login name I can share the github repo of the project too

you are now added to my git repo. I have created a page under plcm\home called grid and added controller method and data read ajax call to home controller. Major change I have done is as explained in Telerik getting started instructions.

in Layout page I moved all aspnetzero java script to header and added kendo javascript libraries. you can see kendo date control working on home page. Also going to \plcm\home\products_read you can data is returned properly but not bound correctly.

Thanks V

If you are going to pull from repo i tried couple more things. Created new controler KendoController and Created few views with own layout to see if it helps. There are two views one ClientBound and other ServerBound. The ClientBound still does not work. Not sure something in startup in interfearing with databinding for kendo grid.

Thanks v

Thank you, that work around works. I am not sure what new challenges it brings. Also I noticed if I remove services.NetwonsoftJason() the telerik will work, but Abp will stop working.

Thank you very much for quick response. I will remove you from Github repo.

Thanks V

Hello,

We are building intranet application which we need to implemEnt ad authentication for employees and forms authentication for temporary users. How can I achieve this with asp.net zero. based on username let us say employees use email Id and teMPorary employees use non email ad, hoe do I authenticate both? One with DB and other with AD.

Thanks V

We are using Asp.net core mvc with JQuery and netzero 8.3.1

Hello, This document does not tell how to use it from asp.net zero menu system. Netzero has two items in menu

  • Dyamic Parameter
  • Dyanamic Entity Parameter

I create dyamaic parameter color. Then went to Dyanamic entity parameter, the list is showing only "USER" as entity. Why it is not showing other entities. Once i added "color" paramter to "User Entity" and go to User Management and Edit I do not see that parameter to fill it.

Is there documentation showing how to use NON Coding method of Dyanamic Parameters?

Thanks that helps

Hello, I have a situation where i need to inject or access my EF DbContext from controller, please let me know how to access it . I have tried the below var ctx = IocManager.Instance.Resolve<PLCMDbContext>(); it gives error that it had depedency on options

Also I tried controller construction inject and get same error. public constructor( IDbContextProvider<MyDbContext> dbContextProvider) { _ctx = dbContextProvider.GetDbContext(); }

get same error message.

Thanks

Where do i use this code? in controller? How do inject _xxxRepository into controller? Any example would help. we are using asp.net core and jquery

Thanks v

Showing 11 to 20 of 22 entries