Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "omital"

Answer

anybody :(

Thank you man.

Thank you for your response. I download <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/AbpWpfDemo">https://github.com/aspnetboilerplate/as ... AbpWpfDemo</a> but I don't find any part that interact with Abp.Zero for authentication and authorization.

Answer

Thank you man. I will check it. Your framework is awesome.

Hi, You can use SSRS for medium to enterprise project. and then you can export report to formats like pdf, html, word and .....

Thank you for your complete response. I will work on it.

Thank you. I Added

System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("fa-IR");

to Application_Start and work.

I use .chtml file generraly but for situation that we want view modal like this

var modalInstance = $modal.open({
                animation: true,
                templateUrl: 'app/Main/views/factorForm/factorEditForm.html',
                controller: ctrlrIdEditFactor,
                size: 'lg',
                resolve: {
                    item: function () {
                        if (vm.factorForm.factorFormFactors == null)
                            vm.factorForm.factorFormFactors = new Array();
                        if (vm.factorForm.factorFormFactors.indexOf(itm) == -1)
                                return itm;
                        else
                            return angular.copy(itm);
                    }
                }
            }

we cant use .chtml

Yes. I thought creating tree view is a Hard work. I read jstree and ngJsTree , now my problem solved. Thank you so much.

Hi. I use webApi+AngularJS and can not find "Application_BeginRequest ". if use your solution does menu language work correctly?

Showing 31 to 40 of 56 entries