skip to Main Content

How can I read user roles? – Asp.net

Currently I'm writing a TicketSystem in ASP.NET and have trouble with the Admin Panel. I want read out the user roles and I'm getting the following error message: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: "'System.Threading.Tasks.Task<System.Collections.Generic.IList<string>>' does not contain a definition for 'ToList'" Code to read…

VIEW QUESTION

Automate user action export – Asp.net

I'm using ASP.NET WEBFORMS and Telerik and I want to export a document with Telerik components. I'm doing this with client export manager of Telerik https://demos.telerik.com/aspnet-ajax/client-export-manager/overview/defaultcs.aspx, and it works, but I need to render the entire DOM, then show to…

VIEW QUESTION
Back To Top
Search