Questions tagged as 'usercontrol'

1
answer

Click event does not work in custom control

I created a button (UserControl), so far ok, but when I push a Click event on it, it does not work, I already tried with the MouseDown event, it also did not work. I do not think it's this, but this button has a Label that fills al...
asked by 21.10.2017 / 21:17
0
answers

Reload the Page (windows) during Button Click, Spinner stops working in WPF C #

I'm doing a WPF application in C #, which when I click the browse button in the database. It starts spinning a "Spinner" that is inside the UserControl; private void BtnBusca_Click(object sender, RoutedEventArgs e) { MessageControl.Visib...
asked by 05.07.2018 / 21:12
0
answers

Is it possible that a process has pending signals?

That is, is it possible for a process to continue to run in user mode even though it has signals to be addressed, and only treats them when switching from kernel mode to user mode? Or as soon as there is a signal it is interrupted and forced to...
asked by 29.11.2017 / 13:47
1
answer

How to check if a user has already uploaded a file in Wordpress?

I'm using the WPForms , PRO version plugin and added a button of upload file on this form. However, I need to do the following checking: A user submits a file through my form. When that same user comes back, and does another...
asked by 05.12.2018 / 17:22
0
answers

Open modalpopupextender with user control inside

Good morning, I'm venturing into C # programming with webforms, meaning I have virtually no knowledge. My question is this: I have a gridview with 3 columns of clients (name, email, phone), and two buttons (Edit and Remove). I was able to config...
asked by 18.04.2018 / 15:25
1
answer

VB net how to send image q is in a user control to a form

I have a picturebox in a User Control, and I want that when I click on it, the picture of the picture of the control use go to a picturebox of a form, how to do it?     
asked by 29.03.2018 / 00:25
0
answers

How to transform a User Control into Custom Control?

Well I do not know if it's possible to do this, but I created a user control a while ago and now I need to reuse it in some ASP.NET projects, but I'd like to show it in my toolbox. I did some research and I can only add a custom control in the t...
asked by 05.03.2018 / 20:45
0
answers

Load Load Control C #

I need to add a UserControl conditionally. In what way? if the variable Pap_id is equal to 134, I need to load a UserControl that displays two inputText for the user to enter a start date and an end date: var Pap_id = Convert.ToString(Reques...
asked by 27.02.2018 / 12:57