Capture and report JavaScript errors
Is it enough for methods to be capture and report JavaScript errors on web applications on computer and mobile devices?window.onerror = function (msg, url, lineNo, columnNo, error) {//post data for...
View ArticleUsing SelectList for dropdown binding (ASP.NET Core)
Please note I have very limited knowledge of MVC. I have found helpful articles using MVC on this topic, but am having trouble distinguishing MVC vs Core differences. For example, I found a great...
View ArticleOpenID, ADSF, custom LoginID
Hi All, I am little (a lot in fact) hazy on ASP.NET authentication methods... At any rate I am trying to diagnose the following problem on an existing web app that use OpenID to query our ADFS server...
View ArticleCommunication between 2 MVC API's on the same server
Hello ! I have a question about what the best approach/design pattern could be to achieve communication between two or more MVC API's on the same machine. Currently I have a single Web API delivering...
View ArticleCapture Search Engine Keyword
Good day everyone! This is one of the programming issue that I have ever faced and got totally confused about the right keywords to use. I want to capture the keywords that online users searching using...
View Articlenamespace error when using namespaces that don't match names ?
Suppose I create an asp.net website project that loads data into griview from the class library, declaring the library to use loading data for griview //file: ChitietSP.aspx using System; using...
View ArticleGrid view select operation to update data from form view
I am trying this from many days with no success, User first fills the registration form and after clicking submit, all JavaScript validations should fire (no field should be blank and all fields should...
View ArticleNot declared or inaccessible due to protection levels - VS 2017 errors
Hello I am just wondering why, if I have these lines of code in my aspx file<asp:label id="LblDate" runat="server" cssclass="dateStyle" text="Label"><asp:panel id="pnlFormFields"...
View Articlevisual studio for mac, Unexpected character '�' (CS1056)
my vs tool is : Visual Studio Community 2017for Mac Version 7.8.3 (build 2)compile detail error: Error CS1056: Unexpected character '�' (CS1056) how to fix this issue?
View ArticleWant to find out differences between two branches (local or remote) in Git
Hi, We are using Git Source Control for our project, for some reason we got a mess in our main branch when we were taking files from two branches, I want to check if there is any tool that can show us,...
View ArticleError 550 Permission denied: Windows Server 7 FTP Server ?
I created ftp server on win7 and was told a 550 Permission denied error when connecting via the internet but the LAN network ran fine. I go to star-> run: type...
View ArticleAngularJS package.json file to AngularCLI project
Hi, I have been given a project, which has Angular CLI code, but the project or solution itself is created at the time the Angular CLI is not released yet, so the package.json file is also created at...
View ArticleLoad event fires twice and QueryString becomes empty!!
Hello, I'm trying to do one page with two listboxes that filers one grid.The only requirement is that the selection made by the user must be reflected in the URL so that it can be sent by mail to...
View ArticleWHy is my image not displaying on a certain page?
Can someone please help me understand why images is not displaying on this page? I have a calendar that displays various events with appropriate pictures. On the calendar itself, a small image is...
View Article(SOLVED) WHy is my image not displaying on a certain page?
Can someone please help me understand why images is not displaying on this page? I have a calendar that displays various events with appropriate pictures. On the calendar itself, a small image is...
View ArticleMy div repeated 3 times if format its css
hi all this is my html and style its <title>why?<style> div { background:#eadddd; border:2px solid navy; height:60px; width:300px; margin-top:5px; } </style> if run in my browser find...
View ArticleMy div repeated 3 times if format its css if use form runas server
hi all this is my html and style its <title>why?<style> div { background:#eadddd; border:2px solid navy; height:60px; width:300px; margin-top:5px; } </style> if run in my browser find...
View Article.Net Core 2.2.3 with Angular, preparing for Docker Container Deployment with...
This is my learning project in which I wrapped Angular 7 in .Net Core. I'm in the process of preparing the project to run in a Docker Container and connect to MongoDB that runs in a Docker Container....
View Articlewhy's the error not found namespace or class ?
You see the example below why the error not found namespace or class ? [url]http://www.mediafire.com/file/iiak7w5nhhab3ju/Namespace_asp_net.rar/file[/url]
View Article