Sunday, May 23, 2010

What is called a "Control State" in asp.net ?


Even when EnableViewState is set to false, the control can still hold some smaller data, which is called as "control state".


www.codecollege.NET

Daily Tips- Tip #49 - How to add a "TODO" task list in VS ?


Type the comment marker (//) followed by the word TODO where ever you want in the .cs or .vb file. Then it will appear in the Task List window. Later on you can see all the todo list you have added and then do the task correspondingly.


www.codecollege.NET