How to bind a custom Enum description to a DataGrid

Problem: I have an enumerated type which has description tags in the following style: [URL=”http://xml.indelv.com/data-binding-enum.html”]description tag tutorial[/URL] . I have a Windows SQL Server Database from which I am pulling the data (as integers then castine to Enums) which is then being bound to a datagrid. Instead of pulling and casing the enumerated types, I would like to display the description tag associated with it in the enumerated type.

VS2017 Web application CORS: Access-Control-Allow-Origin

I’m using Angular 6+ for a small website presenting a CRUD to a SQL Database. I know Angular is a client-side framework so I have created a web service using Visual Studio 2017 the project I used is a web application ASP.NET Core and since I’m testing it in a localhost, Angular runs over 4200 port and my service is currently on port 53819

Crystal Reports: Database Logon Failed

I have application in ASP.NET (C#) in which I use Sap Crystal Reports for Visual Studio. In VS everything works perfect. But when I deploy it to IIS “Database Logon Failed” error occurs. When I set CrystalReportViever “Enable Database Logon Prompting” it keeps me asking for username and password but doesn’t generate an error, nor shows the report. I am setting “Enable Database Logon Prompting” for testing purpose only otherwise I sending logon parameters by
ReportDocument.SetDatabaseLogon(user, password, “my dsn name”, “”). Again, everything works perfect in VS.
I am using:
– Windows 7 Enterprise 64 bit
– Visual Studio 2010 (C#)
– Sap Crystal Reports, version for VS 2010
– My App pool identity in IIS is NetworkServise
– I am pooling data from Oracle Stored Procedure
– I am using System DSN to connect to database