how can i apply validation without using errorprovider in
C# windows application
Answer / simran_8185@rediff.com
u can directly apply validation at property
using System.windows.forms;
set
{
if(value.length==0)
{
messagebox.show("error message")
}
variablenmame=value;
}
| Is This Answer Correct ? | 1 Yes | 0 No |
what is c sharp dotnet
Why we need new operator in java at the time of object declaration and why not in c++?
Write a shell program to test whether a given year is leap year or not ?
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
What is std::auto_ptr?
Wats the name of the first os
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
what is the difference between uservariables and systemvariables (in Environmental variables)???
What is a programming language?
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
What is autocall macro and how to create autocall macro? what is the use of it?
8.In DSP,Define Signal and System?and various type of signals.