When ValidationStep set to UpdatedValue, the invalid red border won't go off
Hi guys. I'm using ValidationRules to do the data check on UI. When I set the ValidationStep to UpdatedValue, it works weird. When the input is incorrect, the control shows a red border as normally. However, after I changed the value correctly, the…
How do I assign a variable to a Textblock within a DataTemplate in a ListViewHeader?
I have a DataTemplate inside a ListViewHeader with a Textblock inside it. I want this Textblock to have a string variable that I give it in code in the cs file. However, because it's in a DataTemplate, the Textblock is not recognized in the cs file. …
Bot not sending the welcome message
I have created a QnA maker kb and created a bot using Azure web app bot. It is working completely fine when I test it in "Test in Web Chat". But when I add that code in the web page, the welcome message does not appear first. It comes when the…
![](https://techprofile.blob.core.windows.net/images/wAnczKyrJEW-0tSusWUY8A.png?8D9C64)
Azure Lab Services REST API Schedule Lab
I'm trying to automate creating a lab schedule but I cannot see an API listed in the documentation. Is this possible? Thank you, David
![](https://techprofile.blob.core.windows.net/images/9427948d2ca449669228394a8c0389c9.png)
![](https://techprofile.blob.core.windows.net/images/9427948d2ca449669228394a8c0389c9.png)
Periodic Remote Session issue with Azure VMs
Hello all, I'm running a PowerShell script with the Az Module locally that creates a Resource Group (with all the bells & whistles), deploys a Windows Server 2016 image, and runs a remote session to start prepping the machine after spinning it…
Does Azure WebApp support forms authentication with nested applications?
I'm testing migration of a system to Azure Web Apps from on-premise IIS. The system comprises two .Net Web Forms applications with one of them nested under the other and accessible via [baseurl]/admin. The nested application uses Forms authentication.…
![](https://techprofile.blob.core.windows.net/images/3b270b575c094eeca63e9bc66c861c5a.png)
facing error - ruby application deployment on azure
1 . git push azure master error: src refspec master does not match any. error: failed to push some refs to 'https://******@MyAppName.scm.azurewebsites.net/MyAppName.git' :~/rubyrails-tasks$ bundle install --path vendor/bundle Fetching…
![](https://techprofile.blob.core.windows.net/images/895380a23bd146e3922c1127b81f7022.png)
Using Google Maps vector tiles in UWP MapControl
Hi there everyone. I'm trying to create a Google Maps client for Windows 10. I know that I can use Google Maps tiles using like this http://mt1.google.com/vt/lyrs=r&hl=x-local&z={zoomlevel}&x={x}&y={y} but using this way tiles…
![](https://techprofile.blob.core.windows.net/images/Tc-7nv2_BgAAAAAAAAAAAA.png?8D9A0A)
Touchpad Interactions in uwp
Hi there, I'm currently working on an Unofficial Instagram client "Winsta" and I recently added a pinch to zoom feature to it but it doesn't work with the touchpad. Touchpad gestures don't invoke the Manipulation events. I know I can use…
Connect Azure Devops to Azure Actice Directory
We are stuck connecting our Azure Devops to our Azure Active Directory. In Azure Devops, it says 'You are not a member of any Azure Active Directories. Please request the Active Directory admin to add you as a member before proceeding to connect your…
Scrollable Pivot with header
Hi there, I want to have a Pivot with a scrollable header so I made a style for my self like below 3041-pivotstyle.txt And using this style I can have a header in my pivot using Tag property <Pivot> <Pivot.Tag> …
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
Does Application.Suspend activate when the user intentionally closes the app in UWP?
I have a UWP app, and I want to save my data when the user closes the application. I created an OnSuspending event for when the app suspends and call my Write() method to save data within it. When I activate the Suspend event when debugging, the code…
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
Resize & Center a UWP App On Launch
I have a UWP app which, when launched, I want to assign a fixed width, horizontally center, and vertically stretch to the size of the screen (excluding the Task Bar). I would also like to keep it this size & position, although I realize that this may…
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
Need to execute a functionality twice on a single event.
In my scenario, my uwp app need to supports both online and offline mode. When an Event triggers and fetching data from the server, i need to serve the offline data in the mean time. function getData() { // calls the server for online data //…
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
[UWP][C#]How to use ScrollBar?
I am trying to use the Windows.UI.Xaml.Controls.ScrollBar but it won't display. I've tried all kinds of stuff, but can't get it to display. Is there a trick to displaying a ScrollBar in a UWP page? What I'm trying to do is display the ScrollBar to…
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
UWP C# How to check is internet connection is available or not?
So I want to check whether the internet connection is available or not.. So I am using "NetworkInterface.GetIsNetworkAvailable()" but it gives me the false result... its return true but in real internet connection is not available I…
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
Refreshing ItemsControl Without Rebinding
I have an ItemsControl inside a ScrollViewer. When an item in the ItemsControl changes, I need to rescroll to the same place, since I need to assing a new set of data to the ItemsSource. However, this frequent scrolling makes for a very ugly UI, so I am…
Windows.Graphics.Printing3D; using 3D Builder API for reducing .glb
Hello, i am trying to build a programm to reduce the poly count of .glb with the 3D Builder api, but with Windows.Graphics.Printing3D namespace you have to convert to .3mf format. I am wondering if i overlooked something to load directly .glb like in…
Latency before first Characteristic ValueChanged Event
We are developing a BLE notepad, https://www.xp-pen.com/product/516.html SDK available: https://github.com/woodemi/notepad-sdk-uwp The notepad collects 200 NotePenPointer per seconds and transfers the data though BLE. But there seem to be a…
How do I check if 'Allow access requests' is checked using CSOM in Sharepoint Team site
We have bunch of Sharepoint sites deployed into production. I was given a task to provide a report on whether the 'Allow access requests' (located in the 'Access Requests Console') is checked or not I do know how to check it or uncheck it…
![](https://techprofile.blob.core.windows.net/images/c9f94b9b75d743b09dc73f47a3773fc3.jpg)