Happy spring festival Holi to all of you.
[More]
MVC, Entity framework with WCF is in demand. HTML5 is expected to be launched by the end of year 2014 but it is buzzing more than others. Others in race are: CSS3,Entity Framework, jQuery, Cloud computing, KnockoutJs...
[More]
22. March 2013
Anil Kumar
Asp.Net , C#
Version comparison of .net framework, C# with CLR into a table
[More]
14. March 2013
Anil Kumar
Asp.Net , C# , WCF
"The underlying connection was closed: The connection was closed unexpectedly." This exception can be avoided by checking- 1) The return type and make sure it is serializable. and 2) Make sure your Enum values are matched with the values stored inside tables. This is the very critical situation because you don't expect it.
[More]
11. March 2013
Anil Kumar
MS-SQL
Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 0, current count = 1.
[More]
2. February 2013
Anil Kumar
jQuery
If you are using old version of jQuery and want to migrate to its new version 1.9 and more, this plugin is made for you from jQuery Foundation
[More]
30. January 2013
Anil Kumar
Asp.Net
Visual Studio 2012 gives quicker search result and this quick launch is at the top of in title bar and just before the control buttons of IDE window.
[More]
28. January 2013
Anil Kumar
General
C-sharpcorner.com is a great platform for learning and imparting knowledge. Its appreciation to its contributors is unique and praise worthy.
[More]
26. January 2013
Anil Kumar
General
May Indians Dream of a new shining tomorrow come true for all of us..Happy Republic DayThe Great India
15. January 2013
Anil Kumar
Asp.Net , C#
"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]