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 |
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
what is woransient key word? how it is used in java
what is the pl/sql block size in oracle 10g and 11g?
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
Is class is a abstract datatype in java?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
how to run servlets in eclipse 3.3.2....if we choose file->new->servlet then after that it is showing javax.servlet.* ...cannot be resolved.......to avoid this error any external jar file is to be added? please help me regarding this issue........thank u
what is different betweet class and interface in java?
2 Answers Microsoft, Sun Microsystems,
3. What is the difference between testing and Quality Assurance?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
I'm new to ABAP. What is Module pool in SAP?
what does mean and stack mean in genral programming?