Advertisement

1 - 10 of 17 containing alltags:("errorprovider") (0 seconds)
I have the following code. I am attempting to detect control errors using the IsValid function. The icons and messages are showing. However, the IsValid Function isn't catching the errors with the ...
Zones: .NETDate Answered: 01/07/2004 Grade: A Views: 0
Hi I'm running Visual Studio .Net 2003 and I'm having a little problem with the ErrorProvider. I have a tab control with 2 pages with many textboxes.  I validate what's in the textbox during ...
Zones: .NETDate Answered: 12/04/2003 Grade: A Views: 0
Here is my class: public class superComboBox : ComboBox {       private bool is_required = false;       private ErrorProvider ctrlErr = new ErrorProvider();       private string err_msg = "";                    publi...
Zones: C#Date Answered: 07/12/2005 Grade: B Views: 0
I want to be able to apply Errorprovider to my lable call lblHoldx. When the count is over 100, I don’t see the errorprovider working. Public Class Form1     Inherits System.Windows.Forms.For...
Zones: MS Visual BasicDate Answered: 03/03/2006 Grade: B Views: 0
I am using C# .Net 1.1 Windows forms. I have an error provider. I set the error (SetError) as per my validations. I can see the errors whenever I move mouse pointer over the blinking icon. But if I...
Zones: MS Visual C#Date Answered: 05/31/2007 Grade: A Views: 0
hi, i use 1 errorprovider component on my form, which  i dragged from the toolbox i have to validate 2 textboxes txt1 and txt2. heres what the code is supposed to do: check txt1 and if there i...
Zones: MS Visual BasicDate Answered: 07/02/2004 Grade: A Views: 0
hi, i have a datagrid connected to a dataview. all i want do do is check if column2 of the dataview (effectively the datagrid's col2) is empty. (thanks RB for getting me up to here!) this is ...
Zones: MS Visual BasicDate Answered: 07/08/2004 Grade: A Views: 12
I am checking a textbox.text using an errorprovider to make sure text is there and correctly formatted with a comma.  This is working great and I am happy with the results. The problem I have is wh...
Zones: MS Visual BasicDate Answered: 01/26/2005 Grade: A Views: 0
I'm running into a seemingly-untraceable problem with the ErrorProvider (Using VB.NET 2k3, Framework 1.1.4322), which I can't seem to reproduce elsewhere.  Here's the basic situation: I'm using ...
Zones: .NETDate Answered: 08/02/2004 Grade: A Views: 0
Looking at MSDN sample SplitContainer I found that ErrorProvider control doesn't allow to close owner form if there is some error. For example, if I type non-numeric string to the Splitter Width ed...
Zones: C#Date Answered: 03/31/2006 Grade: B Views: 0