Click here to Skip to main content
15,899,313 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to trace and log all method calls and it is desirable with attributes values Pin
bdimych30-Nov-06 3:27
bdimych30-Nov-06 3:27 
AnswerRe: How to trace and log all method calls and it is desirable with attributes values Pin
Dave Kreskowiak30-Nov-06 10:21
mveDave Kreskowiak30-Nov-06 10:21 
AnswerRe: How to trace and log all method calls and it is desirable with attributes values Pin
bdimych27-Dec-06 13:43
bdimych27-Dec-06 13:43 
QuestionCD Burning using IMAPI Pin
salaikumar29-Nov-06 23:35
salaikumar29-Nov-06 23:35 
AnswerRe: CD Burning using IMAPI Pin
Christian Graus30-Nov-06 0:35
protectorChristian Graus30-Nov-06 0:35 
Questionadding year navigation to calendar Pin
sumit_k29-Nov-06 18:16
sumit_k29-Nov-06 18:16 
AnswerRe: adding year navigation to calendar Pin
Robert Rohde30-Nov-06 11:26
Robert Rohde30-Nov-06 11:26 
Questionadvanced validation ....urgent .net Pin
snuffnit29-Nov-06 15:50
snuffnit29-Nov-06 15:50 
Hi I am writing a large program where I am using three text boxes. I am performing validation controls on these text boxes however there are some conditions

Names of textboxes
1. x
2. y
3. z

The conditions are

1. x , y , z should be numeric.
2. x and y can be blank ( x = “” , y = “”) at a time
3. z can never be blank, it should always have a numeric value.
4. if x has a value y cannot be blank and x should be non negative
5. if y has a value x cannot be blank and y should not be non negative.
6. if x and y have values y > x
7. z should be non negative


A message box should pop up each time the user clicks a button with the appropriate error ( eg : x cannot be negative , or y cannot be greater than x , etc… )

Since I am actually dealing with cells in a data grid I cannot use any sort of validation controls. I need to perform the validation using code. I am using visual studio 2005 , Visual Basic
Any sort of help will be gratefully appreciated.

GeneralRe: advanced validation ....urgent .net Pin
George L. Jackson29-Nov-06 17:10
George L. Jackson29-Nov-06 17:10 
GeneralRe: advanced validation ....urgent .net Pin
Guffa29-Nov-06 19:00
Guffa29-Nov-06 19:00 
GeneralRe: advanced validation ....urgent .net Pin
Not Active29-Nov-06 21:59
mentorNot Active29-Nov-06 21:59 
QuestionSecurityException on Invoke Pin
Kastellanos Nikos29-Nov-06 1:23
Kastellanos Nikos29-Nov-06 1:23 
AnswerRe: SecurityException on Invoke Pin
Robert Rohde30-Nov-06 11:31
Robert Rohde30-Nov-06 11:31 
GeneralRe: SecurityException on Invoke Pin
Kastellanos Nikos30-Nov-06 22:32
Kastellanos Nikos30-Nov-06 22:32 
GeneralRe: SecurityException on Invoke Pin
Robert Rohde1-Dec-06 9:21
Robert Rohde1-Dec-06 9:21 
GeneralRe: SecurityException on Invoke Pin
Kastellanos Nikos3-Dec-06 22:24
Kastellanos Nikos3-Dec-06 22:24 
QuestionCom port and window service Pin
Tauseef A29-Nov-06 1:15
Tauseef A29-Nov-06 1:15 
Questiongeting time from the server Pin
microuser_200028-Nov-06 22:02
microuser_200028-Nov-06 22:02 
AnswerRe: geting time from the server Pin
Tauseef A28-Nov-06 22:37
Tauseef A28-Nov-06 22:37 
QuestionUsing http modules with windows applications Pin
Kanjinghat28-Nov-06 18:41
Kanjinghat28-Nov-06 18:41 
AnswerRe: Using http modules with windows applications Pin
Pete O'Hanlon30-Nov-06 9:19
mvePete O'Hanlon30-Nov-06 9:19 
QuestionKey Board Input Pin
Tauseef A28-Nov-06 18:40
Tauseef A28-Nov-06 18:40 
AnswerRe: Key Board Input Pin
karam chandrabose29-Nov-06 0:07
karam chandrabose29-Nov-06 0:07 
QuestionWebservice Interface for HTTP Post Method Pin
Nithin Krishna28-Nov-06 18:28
Nithin Krishna28-Nov-06 18:28 
QuestionCompiling a component on the fly and invoking it Pin
emoscosocam28-Nov-06 13:41
emoscosocam28-Nov-06 13:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.