How to embed a real time currency converter in Excel using C#.Net
Hi, I need to create real time currency converter in Excel using C#.net like the below.Please help me to create like this. The exchange rate should always get refresh after embedding in to excel only...
View ArticleCORS error
I have created an ASP.NET Core 1.1 Web API which is consumed by an Angular2 (IONIC) app. At the beginning of the project, we were getting CORS errors, which, after some modifications to the Web API, we...
View ArticleHttpPost Ajax CALL and Controllers method in ASP.NET CORE
Dear Sirs.Plese help me again on HttpPostI have AJAX CallfileChunk = new FormData(); fileChunk.append('fileSlice', uploader.file.slice(start, end)); posturl = '/MyController/UploadBlock/' +...
View ArticleHow to update real time datagridview when datatable change?
Hi allHow to update real time datagridview when datatable change?Can you suggest me how to do that!Thanks for support!Brgs,
View ArticleUser activity tracking
Hi everybody, I want to track every user activity in my web app(ex: when user John create a a new user i want to add in some table in db user John for create new user with the date) but i don't know...
View ArticleSubarray object cannot update (HttpPut)
Hi folks, here is my object:{"userID": 18,"firstName": "bob","lastName": "smith","age": 22,"education": [ {"eduID": 7,"teacher": "Kane","course": "Math", }, {"eduID": 8,"teacher": "John","course":...
View ArticleHow to make a word bold etc in strings to be viewed in emails?
I know I can use @"stringtext etc" if I want to include strange characters such as html code. But I want to send an email from my app and I can only include the message as a string. I want to be able...
View ArticleAutoMapper not populatign destination properties
In an ASP.NET Core 1.1 Web API, I am trying to map an entity model to a DTO using AutoMapper.The entity model:namespace InspectionsData.Models { [Table("property")] public class Property { [Key]...
View Articlehow to create report and display in .net core
hi,I have sql server 2012 and vs 2015. Currently, I heard .net core not support crystal report.Do you have any way that I create report and display in .net core for free.
View ArticleProblem with idenity .net core issue
I am getting the following issue on my identy pages. I am very new to the way the new identy core works so please excuse me. Yes my tables have been created in sql server fine. If anyone has an idea...
View Articlehow to make a request to my .NET Core App from UWP, with Microsoft Account...
I am able to retrieve user's token in UWP with code like this string MicrosoftClientID = {ClientID}; string MicrosoftCallbackURL = "urn:ietf:wg:oauth:2.0:oob"; string scope =...
View ArticlePosting a form to controller action
I am using asp.net identy core but am having a problem I am following this I have a form with a text box which I want to pass to my controlle But when I check the authorisation flag on my main page it...
View ArticleHaving issue with my Microsoft.Identity.Client.ConfidentialClientApplication...
I am having an issue with my Microsoft.Identity.Client.ConfidentialClientApplication object having an empty "Users" property (belongs to the "Microsoft.Identity.Client.ClientApplicationBase" class)....
View ArticleVisual Studio Scaffolded controller actions
When using the "Add Scaffold" to create a new "API Controller with actions, using Entity Framework" on as ASP .NET Core 1.1 Web API, it generates the following:// GET: api/Users [HttpGet] public...
View ArticleWebsite created- need to fetch the details of the individual User
Hi, I have created three dropdownlist centre, services and agents, three are dependent on each other as like if user doesnt chooses centre, he cannot able to access services, likewise, now once i...
View ArticleValdation message not showing
I am new to asp.net core lattest version and I am trying to get validation working on my register section but its not showing up on screen.My Controller [HttpPost] public async...
View ArticleGet Id of Current User
Hi Devs, I´m trying to get the Current User Id so I can make a search in my Users object to find witch user is logged in. I try the following code:public async Task<IActionResult> login(Login...
View Article"CopyAllFilesToSingleFolderForMsdeployDependsOn" not working?
I've tried the MSDN forums, but didn't get a solution there. This is likely a better place to post this question anyway.I have a brand new "ASP.NET Core Web Application (.NET Framework) Web API"...
View ArticleProblem with script not rendering from layout
I have an MVC5 application which I am converting to MVC Core.I have used the default Layout with the coding<environment names="Development"><script...
View ArticleModels from Portable Class Libraries
How do I reference a Portable Class Library as a model in creating a view. I have all of my models in this library to work with a Windows universal app created in Visual Studio 2015 and now I am...
View Article