Skip to main content

All Questions

Tagged with
0 votes
0 answers
11 views

How to handle modal dialog using C# and VUEJS in selenium webdriver?

DuplicateCancel In the html below, How to handle the button "Duplicate" in a modal box using C# and Web Driver based on VUEJS?
jeff_hqh's user avatar
0 votes
0 answers
27 views

Creating an Asynchronous IDialogWindow in C# to Avoid Blocking Threads

I've developed an IDialogWindow within a C# application to prompt users for input, such as "OK" or "Cancel," and it currently operates synchronously, halting any further thread ...
Arnau's user avatar
  • 177
0 votes
0 answers
18 views

I am randomly losing focus to Main screen after closing Dialog box in C# program

I have a C# program that when the operator needs to scan out of a project, they press the Scan_Button on the main screen. This brings up a modal dialog box to enter their scan out data. Occasionally,...
Sean's user avatar
  • 17
0 votes
1 answer
137 views

How to create Modal/Notification Pop up in Blazor PWA Application?

I want to create a modal pop up or toast notification in Blazor app,I tried implementing blazor modal but it was giving me errors and didn't show up,I just want a text to show up when I press a ...
DimitriTfb's user avatar
0 votes
2 answers
42 views

C# Selenium Unable to locate Button in Modal - not an Iframe

The Problem: I get a "NoSuchElementException:Unable to locate element error". The Source Code of my Program which generates the Exception: The last line of code generates, the following ...
thewificable's user avatar
0 votes
1 answer
46 views

Why winforms modal form losing focus and unblock UI after reconnecting to remote session

I have a WinForms application where I use modal dialog forms (opened using ShowDialog()). The application is often accessed via remote desktop. However, I've noticed that when a remote desktop session ...
geraltdwf's user avatar
-1 votes
1 answer
108 views

Dialog box for Panel only

I know that it may be sound stupid but it is a real requirement for my project . I have a panel inside a form and this panel is used only for opening and closing subsequent forms. Now I have a show a ...
Ankit Goel's user avatar
1 vote
1 answer
58 views

How to show the action confirmation window?

Good afternoon. On the view there is a link Delete <a class="nav-link text-dark" asp-controller="Home" asp-action="Delete">Delete</a> when you click on which ...
smakers's user avatar
  • 23
3 votes
1 answer
497 views

How to scroll to top of modal using c# and blazor

I noticed that when I open and close my modals on a small screen, it opens where I last closed it - which would be the bottom of the modal. A form shouldn't really open at the bottom so I'm trying to ...
Imogen's user avatar
  • 263
2 votes
1 answer
32 views

asp-route always uses the first Id of html for each loop because of javascript dialog

I am displaying data from my c# backend with a for each loop in the html page. When deleting an element, I am opening a modal dialog to confirm. But because this involves javascript, the delete ...
zoe's user avatar
  • 23
0 votes
0 answers
280 views

Razor cshtml : Open a modal with data-toggle/data-target inside a post form

I'm stuck on a problem right now: In my cshtml file, I have a table which display multiple datas, and on each rows we have an "Edit" button. The Table This button (submit) have to open a ...
Boris Valli's user avatar
0 votes
2 answers
84 views

Stay on a Winform dialog box and display message with user errors

I have a dialog box that I display over my main form (not an MDI) I call it this way: dlgPets dlgPet = new dlgPets(); dlgPet.Show(); Once on the dialog, the user will click a button and that is where ...
skifreak's user avatar
0 votes
1 answer
131 views

Collection's View Label pass to modal upon tapping the collection view item

My problem is I want to pass the label in my collection view to a modal page upon tapping a collection view items. this is my homepage.xml.cs code: ` async private void TapGestureRecognizer_Tapped(...
HelloFriend's user avatar
2 votes
1 answer
1k views

Send data between page and modal dialog in Blazored

I have a page that lists some data in a table, in the last column I have created a <td> <a class="nav-link" href="Edit/@item.id"> <span class="oi oi-pencil&...
Joe's user avatar
  • 551
0 votes
0 answers
320 views

Get a Page from its Navigation Location String

In MAUI Shell apps, my ViewModel makes use of GotoAsync to remain decoupled from the View. The VM project does not reference the UI project at all. In the phone number ViewModel, for example, I have ...
AJ.'s user avatar
  • 1,641

15 30 50 per page
1
2 3 4 5
32