Posts Tagged ‘asp.net’

Great Free Pluralsight courses on Building HTML5 apps with KnockoutJS, jQuery and ASP.NET Web API

SharePluralsight has worked hard to bring you video tutorials on cutting edge technologies from best trainers in the industry. Recently they started a new promo which allows you to watch John Papa‘s one of the “best tutorials to learn building Single Page  Apps with HTML5, KnockoutJS, jQuery and ASP.NET” on a 1 month free subscription.
With this [...]

Beyond Hidden fields with ASP.Net

ShareAs we all know hidden fields are used to store a temporary value that will be needed on the page at a later stage which is available only on the code behind. Even asp.net uses hidden field to store View State. It is a common practice among programmers to include one or more hidden fields [...]