Click here to Skip to main content
16,009,255 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i need to create test project ,in that i need to write for a method which will return boolean...
Posted
Updated 6-Sep-11 1:56am
v2

 
Share this answer
 
kishore. always remember when you create a method always follow this syntax in C#.

C#
[ReturnType] <functionname>([DataType] [VariableName])</functionname>
 
Share this answer
 
Open Visual-Studio -> File -> New Project -> ASP.NET Web Application.
Add a function with return type bool.

Is this really something you cant do on your own? If you're learning this at school or college doesn't anybody there teach you anything?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900