What is a Nested Master Page ?

Saturday, January 2, 2010


A nested Master page is one master page referring another master page.


www.codecollege.NET

what is the use of Application.Exit() method?

Tuesday, December 29, 2009


Notifies all message loops to quit, closes windows opened by them and closes program.


www.codecollege.NET

what is the use of the Environment.Exit() method?


Terminates the program and gives the return value to os as exit code.


www.codecollege.NET

Daily Tips- Tip #44 - How to exit c# applications?


You can exit using the following 2 static methods,
1. Environment.Exit(returnval)
2. Application.Exit()


www.codecollege.NET

Daily Tips- Tip #43 - What is the use of checked keyword in c# ?


it is used to apply range checking to an operation.


www.codecollege.NET

What are the other UI related enhancements in asp.net 4.0?

Saturday, December 19, 2009


1. Better support to Web standards and Accessibility.
2. Better attribute values(boolean) for controls with Disabled attribute.
3. In-line css support for validation controls.
4. CSS for the Hidden Fields Div Element.
5. CSS and UI related to many other controls


www.codecollege.NET

What is the name of the new control added to asp.net 4.0 for filtering data?


QueryExtender Control.


www.codecollege.NET
Blog Widget by LinkWithin