292,911 questions

Sort by: Updated
3 answers One of the answers was accepted by the question author.

How to make loader image show on every page when user click on any task

I have a webform application with master page, I want when user initiate any task in the website the loader image will show with modal screen untill the task is finished. below is my master page code. <script type="text/javascript"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,306 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
898 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,364 questions
asked 2024-05-19T04:01:14.2433333+00:00
Emeka Okoye 66 Reputation points
accepted 2024-05-21T20:24:34.7833333+00:00
Emeka Okoye 66 Reputation points
1 answer One of the answers was accepted by the question author.

PushNotifications: Upgrade to FCMv1 is not delivering Templated Notifications from Azure

Using this link GCM/FCM notifications to FCM v1. I am trying to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub. Updated backend SDK C# code use FCM v1…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
270 questions
asked 2024-04-19T14:57:24.39+00:00
Smitha Kalluparambil 40 Reputation points
commented 2024-05-21T20:18:10.93+00:00
Sir Jimmy 0 Reputation points
2 answers

Why is the GetReservations method not running asynchronously?

I am having trouble getting the GetReservations method to run asynchronously in my ReservationListingViewModel class in C#. Can someone please help me understand what I'm doing wrong? And I am also having an issue with using _reservations as private…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,364 questions
asked 2024-05-20T16:13:30.51+00:00
Tom Meier 140 Reputation points
commented 2024-05-21T20:13:45.6266667+00:00
Bruce (SqlWork.com) 57,731 Reputation points
1 answer

$.ajax patch method and .net 8 api action

Error Response Test - "{"type":"https://tools.ietf.org/html/rfc9110#section-15.5.1","title":"One or more validation errors occurred.","status":400,"errors":{"$":["The JSON…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,451 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
898 questions
asked 2024-05-21T05:35:16.4333333+00:00
S R, Senthil 0 Reputation points
edited a comment 2024-05-21T20:06:22.87+00:00
S R, Senthil 0 Reputation points
1 answer

Unhandled exception: System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).

I added an additional nuget package source to my project. I have entered my username and my password and I can install new nuget packages from the source. But I always get this error when I use the command dotnet tool restore in the Visual Studio…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,684 questions
asked 2024-05-20T22:46:00.7466667+00:00
Kim Strasser 661 Reputation points
commented 2024-05-21T20:06:00.72+00:00
Kim Strasser 661 Reputation points
1 answer

Update API Management Tooling

A client received a warning "Update your Azure API Management tooling to a supported management API version by 1 June 2024". I am hoping to assist them with the effort but am not familiar with APIM. Is it possible to test the update in a…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,800 questions
asked 2024-05-20T16:34:46.39+00:00
Jason Wilson 0 Reputation points
commented 2024-05-21T19:58:36.01+00:00
Jason Wilson 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Access

how to access azure as a student for freeHow can I access Azure for free as a student?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,111 questions
asked 2024-05-21T06:22:37.9733333+00:00
Qasim Umar 20 Reputation points
commented 2024-05-21T19:58:19.12+00:00
Qasim Umar 20 Reputation points
8 answers

How can I save emails from the new version of outlook?

How can I save emails from the new version of outlook?, in the old version I only go to file and save as, but now I cannot find the option to save my emails as .msg extensions.

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,939 questions
asked 2023-05-08T21:49:46.07+00:00
María 105 Reputation points
commented 2024-05-21T19:58:10.99+00:00
Charles 0 Reputation points
1 answer One of the answers was accepted by the question author.

AzureAD group membership

Hi All In our hybrid environment, all users are initially created on-premises and then synced to Azure AD. I've created five security groups within Azure AD. Specifically, I've granted ownership of these five AD groups to a user, let's call them user1.…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,974 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,404 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,140 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,802 questions
asked 2024-05-10T05:37:17.0433333+00:00
Glenn Maxwell 10,146 Reputation points
accepted 2024-05-21T19:54:57.64+00:00
Glenn Maxwell 10,146 Reputation points
1 answer

The html tags are displayed as plain text in asp.net core mvc razor pages

I am working on Asp.Net Core 6.0 MVC Razor pages. On the Login.cshtml page, I want to show the following error message when the user tries to login with in invalid credential: Invalid: <b>User Name</b> and/or <b>Password</b>. The…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,234 questions
asked 2024-05-21T18:19:57.5566667+00:00
Sherpa 161 Reputation points
edited an answer 2024-05-21T19:52:25.6733333+00:00
Bruce (SqlWork.com) 57,731 Reputation points
1 answer

How do I delete master tag record in Viva Goals

Hello all Our teammate accidentally created a tag, and I removed it from the OKR. However, the tag record looks to remain there. So to prevent people from reusing the wrong tag, is there a way to delete the master tag record?

Microsoft Viva
Microsoft Viva
A Microsoft employee experience platform built on Microsoft 365 that brings together communications, knowledge, learning, resources, and insights.
67 questions
asked 2023-07-07T03:45:13.4966667+00:00
TK Chuah 5 Reputation points
commented 2024-05-21T19:49:31.8233333+00:00
Meredith Schlussel 0 Reputation points
1 answer

Querying with Filename and Filepath Functions in Synapse Serverless

Hello, I have been reading about using filename() and filepath() in t-sql statements with synapse serverless sql: https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/query-specific-files#functions Wondering if for the following statement:…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,456 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,562 questions
asked 2024-05-21T17:38:30.0266667+00:00
Karl Gardner 25 Reputation points
answered 2024-05-21T19:43:51.3633333+00:00
BhargavaGunnam-MSFT 27,326 Reputation points Microsoft Employee
1 answer

SharePoint 2016 On-Premise Rest API

Hi All, How to use SharePoint On-Premise Rest API to authenticate and get the documents list from the folder? Is this feasible? Please provide your thoughts. Thanks Sankaran

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,246 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,706 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2022-09-14T05:38:53.01+00:00
Suresh S 96 Reputation points
commented 2024-05-21T19:34:46.0233333+00:00
YBPryon 0 Reputation points
1 answer

Perdi o celular

Boa tarde! Perdi meu celular com esta conta vinculada ao autenticator e agora nao consigo mais entrar! Era meu email da faculdade e preciso entrar com urgencia!

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,626 questions
asked 2024-03-15T17:16:41.8433333+00:00
Fabio Abicalaffe Serci 0 Reputation points
commented 2024-05-21T19:33:07.8566667+00:00
CLOVIS PASSOS VILELA FILHO 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can you tell if avd is classic or not?

How can you tell if avd is classic or not? the migration doc says "azure Virtual Desktop (classic) isn't integrated with Azure". and that is uses azure objects. how do you determine if it is integrated with Azure and using azure objects or not?…

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,384 questions
asked 2024-05-15T22:28:25.8933333+00:00
Colby Stirland 5 Reputation points
accepted 2024-05-21T19:29:04.4933333+00:00
Colby Stirland 5 Reputation points
2 answers

SSRS UnhandledReportRenderingException

Current environment: SSRS: 16.0.1115.92 SQL Server instance: Microsoft SQL Server 2019 (RTM-CU26) (KB5035123) - 15.0.4365.2 (X64) Enterprise Edition (64-bit) on Windows Server 2016 Datacenter 10.0 <X64> (Build 14393: ) (Hypervisor). When we…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,871 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,822 questions
asked 2024-05-21T18:32:15.87+00:00
Alex M 0 Reputation points
edited an answer 2024-05-21T19:24:37.77+00:00
Alex M 0 Reputation points
2 answers

Unable to edit subject heading on emails, Microsoft 365

I always used to change the subject headings of my emails but since changing to Microsoft business 365 a few weeks ago and reloading apps etc, I am now unable to. I have been on the Microsoft forums and done the things suggested (make sure email is open…

Windows 365 Business
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,939 questions
asked 2023-06-09T12:23:21.4366667+00:00
Carrie Elliott 15 Reputation points
commented 2024-05-21T19:16:43.1566667+00:00
Sarah Barrett 0 Reputation points
1 answer One of the answers was accepted by the question author.

OpenAI Content Filtering Low/Medium/High vs. Moderations API

Hi, I've been testing using OpenAI's APIs directly, but now that I'm moving my product to production I'm going to use Azure directly. I used their moderations API which has scores for categories, but I noticed that Azure has low/medium/high instead of…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,265 questions
asked 2024-05-15T18:24:01.5866667+00:00
Jimstacy2 20 Reputation points
accepted 2024-05-21T19:16:32.9333333+00:00
Jimstacy2 20 Reputation points
1 answer One of the answers was accepted by the question author.

Problems with Microsoft Remote Desktop on iPadOS and the new Pro M4

I’m not sure if this is the correct place to post this. I selected submit feedback in the app, but that took me to a place to ask questions instead of submitting bugs. I just upgraded to the iPad Pro 11 Gen 2 to the iPad Pro 11inch M4. Remote Desktop on…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,283 questions
asked 2024-05-16T13:03:15.6+00:00
Nick Sasso 45 Reputation points
accepted 2024-05-21T19:12:24.3433333+00:00
Nick Sasso 45 Reputation points
11 answers

Disable call quality survey after call ends

Hello Please i need your help on this. We have a lot of users, that disabled the teams survey option in their setting. But still they are somethings (less, but still sometimes) presented the "how was the call quality" + star rating…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,223 questions
asked 2022-06-23T09:40:37.347+00:00
IBN 4,346 Reputation points
commented 2024-05-21T19:11:08.2066667+00:00
Patrick Henry 101 Reputation points