can you pint me to a page, please
Can you please check help me out here i need to send email from front end pages
i have sent my project code, main problem is i think date getting converted to arabic when saving what i mean is i need to set the date to arabic when the language is chnaged to arabic and data entered it saves , but when the same record is edited and dat field not touched and the edited record is tried to be saved it gives an error.
i think when the record for the date to be edited is tied to the daterangepicker with the ng-model, it does display on the form but during save some perhaps error occurs .
Regrads Anwar
yes, it works perfectly for english. brother
Hello
when i open the a data for editing it throws validation error, please note if i change the said date from datetimepicker it saves correctly but if i dont change the date and change any other field it throws this error. also note that the error is from date field only becuase when i commented the date statement in the update function it saves.
also when i did a trace i noticed that the field that is tied to the ng-model if not changed shows value as system.datetime.
thanks Anwar
which is the tool , also can you please explain what you mean by
Even if you add records one by one, they all will be rolled back. Of course this is valid for UnitOfWork methods. If you do it in App Service or Controller, this will be done automatically.
regards
anwar
all other pages work and no it does not reach the return View(model);
yes i did add the above line.
in the sample application they have shown
<div ng-app='myApp' ng-controller='DemoController'> <div infinite-scroll='loadMore()' infinite-scroll-distance='2'> <img ng-repeat='image in images' ng-src='http://placehold.it/225x250&text={{image}}'> </div> </div>
and in the js as
var myApp = angular.module('myApp', ['infinite-scroll']); myApp.controller('DemoController', function($scope) { $scope.images = [1, 2, 3, 4, 5, 6, 7, 8];
$scope.loadMore = function() { var last = $scope.images[$scope.images.length - 1]; for(var i = 1; i <= 8; i++) { $scope.images.push(last + i); } }; });
i want ti use this in the frontend i have a partial page, i have a function in the controller, the partial page. how do i add the above js code to the frontend within script tags. any examples .
Regards Anwar
hello
Other languages too like french is next on the line. but cant keep extending columns of the same table, is there another way.
regards Anwar
:roll: