(Ben Nadel) I happen to love ColdFusion’s CFInvoke and CFInvokeArgument tags. They allow user defined functions (UDF) and ColdFusion component functions to be dynamically invoked using variable values. They don’t need to be used all that often; but, when the time comes, these two tags can really mak
Tag: Development
Endless GridView Scrolling Using jQuery Plugin
(Mohammad Azam) In the last article we introduced the jQuery Endless Scroll plugin which can be used to perform infinite vertical scrolling. In this article we are going to use the GridView control and fetch small sub set of records using Ajax and Endless jQuery plugin.
VS 2010 productivity improvements, Part II
(Somasegar) You could say the code editor is the most important feature of any development experience. After all, that’s what lets you create, see, and change your code. Without a code editor, no other features matter in an IDE. Around the editor is built the rest of the development environment.
ASP.NET 4.0 and the Entity Framework 4 – Part 5 – Using the GridView and the EntityDataSource
(Vince Varallo) This article will demonstrate how to view and edit records in a table using the GridView, EntityDataSource, and Validator controls. The article also demonstrates how to generate an ADO.NET Entity Data Model to update and delete records in a table. At the end of this article you’ll
Sort Items of a BulletedList Control using jQuery
(Suprotim Agarwal) This article demonstrates how to sort the items of the BulletedList control and display the sorted list.
Two Way Binding to Client Side Template Using ASP.NET AJAX 4.0
(V.N.S Arun) In my previous article “Two Way Binding To Client Side Template in ASP.NET AJAX 4.0” we looked at how to bind data to a client side template. In this article we will look at how we can create some input controls and provide a list-detail (two way) kind of flow and selecting, updating an
New Features of WCF 4.0: Part I
(John Charles Olamendy) Microsoft.NET 4.0 and Visual Studio.NET 2010 ships a lot of new features in their underlying technologies. In this series of articles, I want to talk about the new features in the area of Windows Communication Foundation (WCF) in order to improve the development experience, e
Enabling Multi-Targeting for Control Designers
(chenriks) This is the fourth in my blog series on Visual Studio 2010 Designer Multi-Targeting.
ASP.NET Hide Controls after number of seconds
(Bryian Tan) One of the functional requirements for my web page is to hide an ASP.NET Label Control after displaying it for number of seconds in response to button click event. I found few examples on Google.com but somewhat not meet my constraint. I’m also looking for functionality to hide controls
What to do when the RepeatColumnHeaders Property in a Tablix isn’t working
(Ged Mead) When you create table reports and you want to repeat the column headers on each page of the report, you might sometimes run into a problem. And by ‘problem’ I mean that basically it just doesn’t work. So, after you’ve had a play around with it and a little chunter about how it always use
