342,547 questions

Sort by: Updated
3 answers

How to view/show image from file server path on button click

i am developing asp.net application. i am uploading many image documents in file server path like example (\server2\prj1\picture1.png) At the same time, i want to view/show the same file (image document) on button click event. How to show this image…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,261 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,260 questions
asked 2024-04-27T18:06:29.1133333+00:00
Gani_tpt 1,526 Reputation points
answered 2024-04-30T09:33:46.47+00:00
Lan Huang-MSFT 25,556 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Why is Azure DevTest Labs deploying an storage account with TLS 1.0? It is not configureable

DevTest Labs provisions a number of resources on deployment, including a storage account. Aside from not being able to set mandatory tags on any of these resources, the ultimate roadblock is that the storage account is configured with TLS 1.0 by default.…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,697 questions
Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
256 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
795 questions
asked 2024-04-29T15:34:44.85+00:00
Koen van Eijk 0 Reputation points
accepted 2024-04-30T09:33:44.45+00:00
Koen van Eijk 0 Reputation points
0 answers

Get-EXOMailbox -> How to obtain all mailboxes with pagination

Hi, I am using cmdlet Get-EXOMailbox -resultSize unlimited. But this return a lot of data and it take a lot of time. I would like to use some skip or nextLink but it is not working. I tried this: Get-EXOMailbox | select-object -Skip 10 -First 10…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,065 questions
asked 2024-04-30T09:33:18.1533333+00:00
Trubianska, Juliana 26 Reputation points
1 answer

Touch keyboard changes layout when switching between WPF TextBox controls

Hi, I'm experiencing a strange behaviour in a simple WPF app running on a tablet (Surface Pro 7, Windows 10.0.19043). The UI has several TextBox controls that have InputScope=Number defined. <Window x:Class="SimpleTouchWPF.MainWindow" …

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,673 questions
asked 2024-04-28T10:37:17.14+00:00
Sergey Efremov 0 Reputation points
commented 2024-04-30T09:33:06.5166667+00:00
Hui Liu-MSFT 38,256 Reputation points Microsoft Vendor
0 answers

I made a virtual Machine with an mail server. I want to add a ptr Record.

For Testing Purpose made a virtual machine and setup a Mail server. Everything form the Server Site and Access from external is working as planed. But to make i right i wantet do add a PRT record. so i created a Zone with an in addr record with the ip…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
595 questions
asked 2024-04-30T06:54:47.3666667+00:00
Aycholos Escher, Heinzer-it AG 0 Reputation points
commented 2024-04-30T09:33:03.93+00:00
KapilAnanth-MSFT 35,001 Reputation points Microsoft Employee
2 answers

Adjust Wallpaper Diferent Resolutions

In my company some users has a monitor to use as a second screen of your notebook. The screen resolutions of this monitors are different than the notebook resolution and the wallpaper that was set by BGInfo appears deformed. There is a way to setup…

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,088 questions
asked 2021-11-01T13:09:42.52+00:00
Rubens Andre Lucca 1 Reputation point
answered 2024-04-30T09:32:38.8966667+00:00
Topaz George 0 Reputation points
0 answers

How do I make a home button for a uwp web browser app made on visual studio 2022

How do I make a home button for a uwp web browser app made on visual studio 2022

Universal Windows Platform (UWP)
asked 2024-04-26T09:31:02.4866667+00:00
Luke Ferguson 46 Reputation points
commented 2024-04-30T09:32:07.72+00:00
Junjie Zhu - MSFT 15,056 Reputation points Microsoft Vendor
0 answers

I'm able query event data of a resource account using calendarView delta, I receive events as well as deltaLink. But when I use the deltaLink to fetch incremental changes, I'm getting 403 error. What am I doing wrong?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,609 questions
asked 2024-04-30T09:29:57.7566667+00:00
Sivaprasad Derangula 0 Reputation points
edited the question 2024-04-30T09:31:03.02+00:00
Sivaprasad Derangula 0 Reputation points
4 answers

How to copy big file 5g with task and within impersonation

Hi, How to copy big file 5G from source to destination using impersonation: WindowsIdentity.RunImpersonated( ImpersonationHelper.Token Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,383 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,883 questions
asked 2024-04-18T08:06:36.18+00:00
Dani_S 2,726 Reputation points
commented 2024-04-30T09:30:32.86+00:00
Dani_S 2,726 Reputation points
1 answer One of the answers was accepted by the question author.

Opening a Window Using Its Name

From my MainWindow I am trying to open another window knowing only its name. In my MainWindow ViewModel, I have: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (lpClassName As String, lpWindowName As String) As…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,673 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,574 questions
asked 2024-03-26T09:29:31.52+00:00
RogerSchlueter-7899 1,216 Reputation points
accepted 2024-04-30T09:29:57.9366667+00:00
RogerSchlueter-7899 1,216 Reputation points
0 answers

Azure Provisioning Log: Understanding "TargetObjectActionDisabled"

Hi there, I'm trying to find out what following SkipReason means. TargetObjectActionDisabled The log entry is as follows: Result: Skipped Description: User 'xxx' will be skipped. Skip Reason: The Add operation was not performed because the Add…

Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
113 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,502 questions
asked 2024-04-30T09:29:45.22+00:00
Daniel F 0 Reputation points
1 answer

Public Network - touching anything in IP change to Domain netword

Hi, Windows server 2023; Hyper-v host in a cluster with other server 2023 On premise active directory & Domain. Two accesible DNS servers. When we power-on the server, network appears as public; with internet access but public. Then, if i change IP…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,150 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
650 questions
asked 2024-04-29T09:59:48.02+00:00
Carlos Yohn Zubiría 41 Reputation points
answered 2024-04-30T09:28:45.7066667+00:00
Wesley Li 4,815 Reputation points
0 answers

How can I prevent the device font size effect of a MAUI iOS app?

When ever I change the font size in the iOS device, that font size is effecting on the MAUI application. I want to restrict that. Thanks Vaibhav Methuku.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,883 questions
asked 2024-04-30T07:59:29.0966667+00:00
Vaibhav Methuku 60 Reputation points
commented 2024-04-30T09:28:25.61+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,416 Reputation points Microsoft Vendor
1 answer

Stuck in a verification loop using Microsoft Authenticator

Hello, I seem to be stuck in a verification loop when using the Authenticator App. The App asks me to log in to my account and then asks me to enter the Verification Code from the Authenticator App- which is where I am currently trying to log in from.…

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,509 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
940 questions
Microsoft Entra
asked 2024-04-30T09:10:32.2133333+00:00
Lars Krampe 0 Reputation points
commented 2024-04-30T09:28:09.7766667+00:00
Lars Krampe 0 Reputation points
2 answers

How can I enable Chat communication between external users and Microsoft Teams users through the Teams desktop app ?

Hello Microsoft team, I've successfully integrated Microsoft Teams calling into my web application using Azure Communication Services and Microsoft Graph. However, I'm encountering difficulties enabling chat communication between external users…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
679 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,609 questions
asked 2024-04-12T17:21:52.6666667+00:00
Satish Bellare 0 Reputation points
edited a comment 2024-04-30T09:27:59.4266667+00:00
Satish Bellare 0 Reputation points
1 answer

How to control Priority-based executions in Azure Cosmos DB

Hi Team , I would like to know , How I can leverage this feature in a better way . Suppose , RU consumption is 100% if I want to do a transaction , How can I make it a priority ? Should I specify priority "high" at the time of querying like…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,443 questions
asked 2024-01-23T11:43:01.05+00:00
Sai Praneeth Eranti 95 Reputation points
commented 2024-04-30T09:26:07.4766667+00:00
Richa Gaur 0 Reputation points Microsoft Employee
0 answers

Stored procedure transformation always on queued

Hello , I have 2 environment dev and test. There is a stored procedure which run successfully on dev bot queued on test for hours. What are the possible causes for that ? It runned successfully on dev in 1m on datafactory and 5 second on database.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,561 questions
asked 2024-04-30T09:25:25.9133333+00:00
Mustafa Ispir 41 Reputation points
3 answers

Scriptmanager alert not displaying properly in same page

I am doing some simple screen add functionality and after end of saving, i am using scriptmanager.RegisterStartupScript() for save message. when i run the program, the alert have not been throwing properly. it showing same page but, without controls like…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,261 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,260 questions
asked 2024-04-29T17:12:15.2666667+00:00
Gani_tpt 1,526 Reputation points
commented 2024-04-30T09:18:42.75+00:00
Gani_tpt 1,526 Reputation points
1 answer

When I type az vm create it is giving an error as mispelled

When I type az vm create it is giving an error as mispelled This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
917 questions
asked 2024-04-30T08:12:11.39+00:00
Shanthi Kiran Kakaraparthi 0 Reputation points
answered 2024-04-30T09:18:09.54+00:00
SiddeshTN 2,545 Reputation points Microsoft Vendor
1 answer

What happens if you only have 10 users out of 50 who need to have their accounts protected by conditional access but you want all staff protected by MFA?

I have a client who has 10 Business Premium accounts and the rest of E1. They would like to have a Geofence set up using Conditional Access for just those 10 users but have MFA enabled for everyone. To use conditional access we need to disable…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,502 questions
asked 2024-01-25T18:44:52.29+00:00
Shane Fallon 0 Reputation points
commented 2024-04-30T09:18:08.9766667+00:00
Åsa Hollander 0 Reputation points