how can i apply validation without using errorprovider in
C# windows application
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
what is c sharp dotnet
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
shall we execute our java programmes in jre
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
what is meant by life cycle of a business
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
Explain polymorphism. Provide an example.
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
give idea for creating screen in abap
define profiler???