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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20748972.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20813790.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21481445.html
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 dont see the errorprovider working.
Public Class Form1
Inherits System.Windows.Forms.For...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21759642.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22481342.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21045696.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21050723.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21287889.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21075634.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21797221.html
Zones:
C#Date Answered: 03/31/2006 Grade: B Views: 0