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 |
cobol is execution r not without jcl
What do you meant by Runtime Polymorphism?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
What is the difference between WebIntelligence and Designer in creating universes?
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
Hi Friends , i am very new in VB 6.0 Any body can able to help me ? i need interview question and answer vb 6.0 . please send honeysukumar@yhaoo.com
What is the Super Class of Exception in java?
11 Answers Andesa Services, Benchmark, CitiGroup, CMC, Evergent, KOT Systems, Value Labs, Vijay infoart Solutions,
hai i like to do some certifications in programming or any other......... am doing my IT third year......... pls guide me...... mail me ur suggestions to ranjithmaharaj@gmail.com...
How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function
1 Answers R V College of Engineering, University of Jordan,
How to set on/off a group of indicators in a single statement?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
how can i split string in a textbox in windows appication using C#.net