1,828,819 questions

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

display the retrieved image URL from the SQL to the DataGridView

Hello . I set all the codes to retrieve the information from the SQL table , now i only need to convert the retrieved image URL to Image in the DataGridView here is the codes i am using now : namespace LamasoDemo { …

Developer technologies | Windows Forms
asked 2023-01-06T21:03:34.147+00:00
Ahmed Babajan 21 Reputation points
edited a comment 2023-03-17T23:47:43.33+00:00
Ahmed Babajan 21 Reputation points
1 answer

How to fix Error with ErrorCode ErrorItemNotFound when calling List Booking Appointments via HTTP Request

Dear community, I try to list all appointments from a Microsoft Bookings calendar via the Graph API (HTTP GET-Request). I tested this via Postman and Power Automate. Our Azure App Registration has Bookings.ReadAll rights what is sufficient according to…

Microsoft Security | Microsoft Graph
asked 2023-03-17T16:17:11.05+00:00
Tobias Lorenz 0 Reputation points
answered 2023-03-17T23:44:56.0633333+00:00
Siddharth Gautam 860 Reputation points
1 answer One of the answers was accepted by the question author.

How to highlight all rows in listbox between two index values?

Is it possible to highlight all rows in listbox between two index values with Visual C#? If it possible how is it done?

Developer technologies | C#
Developer technologies | 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.

11,808 questions
asked 2023-03-17T11:15:21.7933333+00:00
Ken Ekholm 236 Reputation points
accepted 2023-03-17T23:18:40.47+00:00
Ken Ekholm 236 Reputation points
1 answer One of the answers was accepted by the question author.

DNS entry flooding

We are receiving a flood of DNS entries on DHCP logfile. 3 entries per second for each asset. This situation starts at 00:00 in the day and continues till 23:59hrs in the night. The cycle continues with entries like: DNS Update Request: DNS update…

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
asked 2023-03-17T22:52:23.7466667+00:00
Soham 20 Reputation points
accepted 2023-03-17T23:10:46.79+00:00
Soham 20 Reputation points
2 answers One of the answers was accepted by the question author.

How can I download a CSV file from SharePoint, without SharePoint converting it automatically to xlsx format?

I have to download a CSV file from SharePoint. When I try to download it, SharePoint automatically converts it to Excel .xlsx format. I want to download it in the original CSV format to check the exact formatting (what are dates formatted like, are…

Microsoft 365 and Office | SharePoint | For business | Windows
Microsoft 365 and Office | Excel | For business | Windows
asked 2023-03-17T01:37:19.9666667+00:00
Simon Elms 66 Reputation points
accepted 2023-03-17T23:05:05.6433333+00:00
Simon Elms 66 Reputation points
1 answer

Delete a Virtual CD rom

Delete a Virtual CD rom How can I delete a Virtual CD rom drive that will only show up in File Explorer and not Disk Manager or Device Manager?

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-08-10T19:54:49.877+00:00
John Sullivan 1 Reputation point
commented 2023-03-17T22:46:46.88+00:00
Fernando Falcoff 0 Reputation points
0 answers

Getting "RestoreFailed" error in xamarin.forms project which is using InAppBilling plugin by james.

Hello everyone, Our iOS app keep on rejected by the app store when we submitting it to the app review. They are reaching us with an error called "RestoreFailed". We are using InAppBilling plug-in to handle the in-app purcheses. This plug-in is…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,380 questions
Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,173 questions
Developer technologies | C#
Developer technologies | 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.

11,808 questions
asked 2023-03-16T08:47:43.8666667+00:00
Satish Durga 5 Reputation points
commented 2023-03-17T22:41:03.1833333+00:00
Sakina Bajowala 0 Reputation points
0 answers

How do I resolve this error message C:\WINDOWS\system32>wsl --install Installing: Virtual Machine Platform Error: 0xc004000d

I am trying to get Windows Subsystem for Linux 2 (WSL2) installed and enabled. But once I run the wsl --install on power shell or command prompt it returns the error below. C:\WINDOWS\system32>wsl --install Installing: Virtual Machine Platform…

Windows for business | Windows Server | User experience | PowerShell
asked 2023-01-02T16:55:59.95+00:00
Charles-Clement Avul 1 Reputation point
commented 2023-03-17T22:36:15.2966667+00:00
junior besong 0 Reputation points
1 answer One of the answers was accepted by the question author.

Using overflow style property to scroll web page contents, not working

I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,173 questions
Developer technologies | ASP.NET Core | Other
asked 2023-03-17T02:28:18.5866667+00:00
Donald Symmons 3,096 Reputation points
accepted 2023-03-17T22:32:32.5233333+00:00
Donald Symmons 3,096 Reputation points
2 answers One of the answers was accepted by the question author.

Redirecting or showing message alert box when using parameterized query with DataReader

I had this code that displays record from database using DataAdapter, and I made it in such a way that when any user tries to go to the page directly by inserting the page address directly in the address bar of the browser, it will show a message box…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,173 questions
Developer technologies | C#
Developer technologies | 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.

11,808 questions
Developer technologies | ASP.NET Core | Other
asked 2023-03-15T09:24:38.2466667+00:00
Donald Symmons 3,096 Reputation points
answered 2023-03-17T22:31:20.84+00:00
Donald Symmons 3,096 Reputation points
1 answer

Unable to create App Service Environment v3 using azure_rm_resource module

Greetings, We are trying to create an App Service Environment using the azure_rm_resource module as shown below: - name: "Create Azure App Service Env" azure.azcollection.azure_rm_resource: cloud_environment: AzureCloud …

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,961 questions
Azure Static Web Apps
Azure Static Web Apps

An Azure service that provides streamlined full-stack web app development.

1,401 questions
asked 2023-03-06T20:02:03.12+00:00
Carlos De La Paz 0 Reputation points
commented 2023-03-17T22:27:16.8866667+00:00
Grmacjon-MSFT 19,511 Reputation points Moderator
1 answer

Unable to change app service plan from Basic B2 to Basic B1

Hi there, I am not able to downgrade my app service plan from Basic B2 to Basic B1. In Azure App Service, I Select Scale up App Service Plan It is Basic B2 and I select Basic B1 It then prompt me whether I want to downgrade my plan. After clicking…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,961 questions
asked 2023-02-25T05:45:43.4866667+00:00
Kamarudin Tambi 5 Reputation points
commented 2023-03-17T22:24:29.8266667+00:00
Grmacjon-MSFT 19,511 Reputation points Moderator
2 answers

CMG not reachable

Last week we tried to convert our CMG (classic) to a Azure Scale-Set. I clicked through the wizard and set everything up. From Azure point of view there is nothing changed. The old Classic CMG is still there and running but MECM thinks he is talking to…

Microsoft Security | Intune | Configuration Manager | Other
asked 2022-02-22T14:23:51.22+00:00
Florian K 1 Reputation point
commented 2023-03-17T21:53:53.4133333+00:00
Anonymous
2 answers

Task Sequence Deployment Type Pre-Release Feature with multiple restarts

I have used a Task Sequence to upgrade VDA clients on machines (as recommended by Citrix) for years now, but decided to try out the Task Sequence Deployment Type of an Application Pre-Release Feature. It provides a few benefits that I hoped to have…

Microsoft Security | Intune | Configuration Manager | Application
Microsoft System Center | Other
Microsoft System Center | Other

Additional System Center tools and components for managing infrastructure, applications, and services

1,237 questions
asked 2023-02-02T00:45:24.02+00:00
Allison Lehmann 20 Reputation points
answered 2023-03-17T21:25:35.4+00:00
Allison Lehmann 20 Reputation points
2 answers

Why is "Azure App Service Container" publish option missing in Visual Studio 2022

I added Docker support to an existing web application (.NET Framework v 4.8) in Visual Studio Enterprise 2022 (version 17.4.5). When I try to publish to Azure, I see the following options: Azure App Service (Windows) Azure Container Registry Azure…

Azure Container Registry
Azure Container Registry

An Azure service that provides a registry of Docker and Open Container Initiative images.

573 questions
Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,961 questions
asked 2023-02-15T19:26:07.88+00:00
Eduardo Gregorio 0 Reputation points
answered 2023-03-17T22:16:06.6333333+00:00
Grmacjon-MSFT 19,511 Reputation points Moderator
1 answer

The difference between Azure Data Studio vs Azure Databricks?

I see these two could handle SQL query and Python? Does it have any differences? I am new to Azure so don't really figure out

Azure SQL Database
Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

2,982 questions
asked 2023-03-14T14:36:51.5333333+00:00
Nguyen Le 0 Reputation points
commented 2023-03-17T21:34:19.6933333+00:00
GeethaThatipatri-MSFT 29,597 Reputation points Microsoft Employee Moderator
1 answer

Select Cell Dynamically in Excel VBA

Hi! I have the following bit of code that, when I hit the ENTER key in column G, just selects the first three cells in the row, turns them to values, and then moves the cursor to column D on the next row. While perhaps not the best or fastest way to do…

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Excel | For business | Windows
asked 2023-03-15T22:55:38.8+00:00
Thomas M 26 Reputation points
answered 2023-03-17T22:21:40.6366667+00:00
Mandeville, Tom 25 Reputation points
1 answer

certificate of residency 2022 and 2023

Hello, i would like to ask for the certificate of residency of your company for the year 2022 and 2023 as well. I would be grateful if you could send me these documnts. Thank you very much for your help! Best regards, Marta Sipka

Community Center | Not monitored
asked 2023-03-16T11:07:40.9433333+00:00
Marta Sipka 0 Reputation points
answered 2023-03-17T22:24:16+00:00
Dillon Silzer 60,931 Reputation points
0 answers

AD-B2C: Is it possible to prevent full error message in redirect URL?

The application can not handle this long error message. Is it possible to only provide the ErrorType and ErrorID - I've marked the part I want to keep**(LoginError=IDX21323)**: …

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2023-03-17T07:01:09.1033333+00:00
RPG 0 Reputation points
commented 2023-03-17T21:32:14.02+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

I did not go to Dashboards within 90 days of certification

Hi, I did not go to Dashboards within 90 days of certification after passing my Microsoft Excel (Office 2019) exam. What should I do to add my certification to my dashboard after passing the 90 day limit? Thank you

Community Center | Not monitored
asked 2023-03-17T09:41:01.21+00:00
Attie Sit 20 Reputation points
accepted 2023-03-17T21:45:47.26+00:00
Attie Sit 20 Reputation points