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
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
1.Mutating table
what is technical system, business system, logical system in sap pi7.0
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
how to convert infix expression to prefix expression?
What r the attributes using in Win Runner?
What are the tasks performed by a Team Lead
code for connection from windows forms to sql server
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
Where do we need Operator overloading?
How to merge Action Form with Dyna Action Form in Struts.
what is diff bet ref variable & instance of class
how do you generate source code for the automatic generation for receipt number
How to create a new dataset only duplicate observations in proc sort procedure?