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
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
what is diff bet ref variable & instance of class
what is the diffrence between software and hardware language?
What is the Difference between in memory database and physical database
sample and simple coding where we get?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
what is the difference between read the data from table and infotype
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
9.Difference between even and odd signals?explain with the diagram?
Write a program to reverse a number?
Need provab technical test questions
What is diffrent between Method and and function in c#