(Suresh Dasari) Here I will explain how to get gridview hidden field value using JQuery in asp.net.
Tag: Development
Getting Started with jqChart for ASP.NET Web Forms
jqChart takes advantages of HTML5 Canvas to deliver high performance client-side charts and graphs across browsers (IE 6+, Firefox, Chrome, Opera, Safari) and devices, including iOS and Android mobile devices.
Microsoft Azure .NET Queuing Patterns
(Jeffrey Juday) Azure Queues are part of the Azure Storage offerings. Microsoft’s Azure SDK for .NET makes developing with Azure Queues accessible to .NET developers. SDK documentation is, for the most part, complete. There are, however, underlying patterns to understand if a developer wants to
Resolving An AngularJS Deferred Object Twice With DeferredWithUpdate.js
(Ben Nadel) A couple of weeks ago, I blogged about using jQuery’s Deferred.notify() to provide a locally-cached response before the server had time to resolve the request. Lately, as I’ve been playing around with AngularJS, I’ve wanted to implement the same kind of “update” behavior with the $q clas
WebMatrix – jQuery Cascading Dropdown Lists
(Mike Brind) I have looked at cascading dropdown lists with WebMatrix previously, but the approach I featured demonstrated the use of jQuery Templates. At the time, the jQuery Templates project looked promising, but since then, the jQuery team have decided not to take them beyond beta stage. So the
A Data Binding Primer
(Nick Randolph) One of the most significant changes between more traditional style applications (for example, Windows Forms for both desktop and the old Windows Mobile platform) and the new style of XAML-based technologies (WPF, Silverlight, Windows Phone and Windows 8) is the use of data binding.
ASP.NET, MVC 4: Cookieless domain for bundling and static resources
(Nandip Makwana) Last week, one reader of this blog asked, how to setup cookieless domain to serve bundle response and other static resources in ASP.NET application. Yes it is very much necessary and one of the web performance guideline that static resource should be served from cookieless domain fo
Developing an ASP.NET MVC 4 Application for TDD using xUnit and Moq
(Raj Aththanayake) Traditionally TDD has gone hand in hand with the flexibility offered by the testing framework as well as the platform’s testability support. The ASP.NET MVC framework was built with testability in mind and it has only improved with release of MVC 4. This also means, as a TDD pract
Cancelling Parallel LINQ Queries
(Richard Carr) Parallel Language-Integrated Query (PLINQ) provides the performance benefits associated with parallel tasks, with the declarative approach of LINQ. This powerful combination also supports cancellation of queries, using standard cancellation tokens.
CalendarExtender CSS Class Style And Themes Asp.Net Ajax
(Amit Jain) In this example i’m showing how to use CSS Styles And themes In Ajax Calendar Extender Asp.Net. Add new StyleSheet In your application, name it black.css and add it’s referenece in head section of aspx page.
