|
-
October 11th, 2008, 07:51 AM
#1
Show error messages and warnings seperately
Helo
I am using asp.net 2.0
now a simple qn:
When I build solution: I get my error messages mingled with warnings
(running into 100 of entries).
I want to show errror messages seperately, so can find the a litle bit more easily
-
October 11th, 2008, 09:55 AM
#2
Re: Show error messages and warnings seperately
across the top of the error/warning box, you will see "Errors" and "Warnings". If you click on "Warnings", it will stop showing them.
-
October 11th, 2008, 10:00 AM
#3
Re: Show error messages and warnings seperately
eclipsed4uto is correct.
But there is no reason why you should have ANY warnings either. en on interviews) expect warning free code [policy often prevents checking in any code with warnings]
Most employters (even on interviews) expect/demand warning free code, as do many instructors.
A warning is comething, that while technical legal, indicates a bad practice, and usually unreliable code.
Your display should be 100% clear of both errors and warnings!
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|