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

Activities of "sampath"

Nope,It is not working.B'cos it creates a new hash password.But I need to retrieve the existing records. I need to check the already stored password and plain password where user enters on the login page. Is that possible ? Thanks.

You can put that on Upwork also :)

[https://www.upwork.com])

Thanks a lot :)

It works.Thanks a lot :)

Hmm... :( Anyway Thanks :)

Thanks a lot :)

Thanks a lot.But could you tell me why re-sharper unable to navigate that file ? Do I need to do something else ?

You're warmly welcome ! :)

Hi, I have done that by using $templateCache service.Cheers :)

app.js

appModule.run(["$templateCache", "$http", function ($templateCache, $http) {
    $http.get('~/App/tenant/views/propertymanagement/tabs/createPropertyForm.cshtml', { cache: $templateCache });
}]);

cshtml page

<uib-tab heading="@L("PropertyInformation")" ng-if="vm.permissions.propertyInformation">
                <div ng-include="'~/App/tenant/views/propertymanagement/tabs/createPropertyForm.cshtml'"></div>
            </uib-tab>

Yes,It's working now when I use as you mentioned above.But now the problem is,it is having considerable amount of delay.Which is noticeable. In other words I need to use it inside the popup.On that popup where having more than 12 tabs.After above template separation, popup shows the tab headings without the html content inside the tab.After the delay it loads the html content.This happens first time only.But it is very BAD user experience.Do you have any trick to improve its performance or other method ? Thanks.

<uib-tab heading="@L("PropertyInformation")" ng-if="vm.permissions.propertyInformation">
              <div ng-include="'~/App/tenant/views/propertymanagement/createPropertyForm.cshtml'"></div>
</uib-tab>
Showing 91 to 100 of 125 entries