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
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
How do you initialize a static member of a class with return value of some function?
what is dot net framework
the systematic access of small computers in a distributed data processing system is referred as?
is it acceptable if we declare multiple exceptions in same overridden method.
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
how CLR identify vb file?
what does mean and stack mean in genral programming?
How can we develop a multi-tier application in Java?
what is the difference between an OS(operating system) and Framework?
code for connection from windows forms to sql server
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.