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

Activities of "avanekar02"

Question

Hello

i want to navigate from 1 cshtml page to another inside app/tenant/view/store/page1.cshtml to app/tenant/views/store/page2.cshtml from a href tag

can you please show me how it is done

regards Anwar

Question

Assalam alaikom

Do you have a sample or document which shows how to enable Security as my site has payment gateway involved. Also customer data needs to be secured while accessed .

Regards Anwar

Hello ,

i have the following directivesm i need to access from the AboutUs.cshtm page , can you please tell me how to do it.

Regard Anwar

(function (app) { 'use strict';

app.directive('componentRating', componentRating);

function componentRating() {
    return {
        restrict: 'A',
        link: function ($scope, $element, $attrs) {
            $element.raty({
                score: $attrs.componentRating,
                halfShow: false,
                readOnly: $scope.isReadOnly,
                noRatedMsg: "Not rated yet!",
                starHalf: "../Common/Images/raty/star-half.png",
                starOff: "../Common/Images/raty/star-off.png",
                starOn: "../Common/Images/raty/raty/star-on.png",
                hints: ["Poor", "Average", "Good", "Very Good", "Excellent"],
                click: function (score, event) {
                    //Set the model value
                    $scope.vm.courseeducators.educatorId = score;
                    $scope.$apply();
                }
            });
        }
    }
}

});

Question

Hello

is there a sample mobile app that shows how we can access the as.net zero functions from it or is there a template that can be used to generate a mobile app like SPA

regards Anwar

Question

Hl

i created an angular project and ran the coe and angular seperately it loads allows login and all but when i click on user it shows the following error, can you please help me i am struggling from 5 days with this.

Also from swagger when i call it tryout it shows

Request URL
http://localhost:22742/api/services/app/User/GetUsers
Response Body
no content
Response Code
404
Response Headers
{
  "server": "Kestrel",
  "x-sourcefiles": "=?UTF-8?B?RTpcRFhCVGVzdFxhc3BuZXQtY29yZVxzcmNcRFhCQUlTUy5EWEJUZXN0LldlYi5Ib3N0XEFjY291bnRcTG9naW4=?=",
  "x-powered-by": "ASP.NET",
  "date": "Tue, 18 Jul 2017 15:29:24 GMT",
  "content-length": "0",
  "": "",
  "content-type": null
}

Question

Hello,

How do we include semantic-ui in the angular project, has anyone tried it or do we have a document for the same.

Regards Anwar

Hello,

i generated the app and ran it , it throws the following error

{"result":null,"targetUrl":null,"success":false,"error":{"code":0,"message":"Required permissions are not granted. At least one of these permissions must be granted: Users","details":null,"validationErrors":null},"unAuthorizedRequest":true,"__abp":true}

Regards Anwar

Hello i generated a ASP.NETCORE and Angular project, when i go to the angular-core folder and try to open the solution file i get an error i have attached a screen shot, can you please tell me what i am doin g wrong.

PS: i am using VS2015

Regards Anwar

Hello

Which project type must is select to generate an ASP.Net Core and Angular cli project, can you please tell me and also is there a documentation detailed for it.

Regards Anwar

Brother

Assalam Alaikom,

I have published the project in iis and get the attached error i have been struggling with this for over a week now and client is upset please can you help me here.

Regards Anwar

Showing 61 to 70 of 130 entries