Category C Sharp
Return in C#
Methods can return a value to the caller. If the return type, the type listed before the method name, is not void, then the method can return the value using the return keyword. A statement with the keyword return followed by a value that matches the return type will return that value to the method […]
IN Page popup Links
Like baloon http://www.codeproject.com/jscript/jsballoon.asp Like Rectangle http://www.bosrup.com/web/overlib/
Recent Comments