InvalidOperationException could not Find UpdatePanel with ID

"Sys.InvalidOperationException: Could not find UpdatePanel with ID ''. If it is being updated dynamically then it must be inside another UpdatePanel."
Generally this error comes when you are trying to update an UpdatePanel from code behind and that UpdatePanel is inside an element (parent) that has hidden visibility.
Some techies suggest you to use another UpdatePanel as a container of your this UpdatePanel. Keeping in mind that UpdatePanels are the region like PlaceHolders and not like asp.net Panel element. [More]

Microsoft Innovation Centres in India

Microsoft's Innovative centres will provide supports for local start-ups, certifying students on Microsoft technologies as well as it will allow software developers to work on the Microsoft’s research & software. [More]

Data Types in C-sharp

C# language is very rich in terms of Data Type support. I have drawn a simple Drawing on its data types which explains itself. [More]