(SheoNarayan) This simple article describes how to pass data between different layers of your application using Generic list collections.
Tag: Development
Ad Hoc Updates and Deletes with the GridView
(Peter Vogel) In last week’s column (Add Hoc Databinding with the GridView), I looked at working with the GridView in an “unbound” mode. I was doing this because I need to display multiple items of data that I was retrieving from a string property on a middle-tier business object (i.e. data availabl
Toggle Elements From One Position to the Other using jQuery
(Suprotim Agarwal) With these cool script frameworks around, it is a breeze to drag and drop and move elements on a page. A common usage of the drag drop behavior is also seen in Shopping Cart applications where items are ‘dropped’ into the Cart.
Delete Project in VSTS 2008
(Robin_Roy) In my article Project Setup in VSTS 2008, I shared on how to setup project in TFS 2008. One of the common problems and concerns are on project deletion on Team Foundation Server. In this article, I am going to share on how to delete a project in TFS.
Visual Studio 2010 Performance Part 3: A Technical Update
(Rico Mariani) If I have any readers left out there, they might be interested to know what it is I’m up to this month. It’s a very important something. It’s… my vacation! Ok, seriously, I am in fact on vacation and I’ll be out for the next few weeks mostly because I’ve been working really hard
Html.LabelFor and DisplayNameAttribute in ASP.NET MVC 2.0 – Tutorials and Examples
(David Hayden) The template helpers in ASP.NET MVC 2.0 ( Html.DisplayFor, Html.EditorFor, and Html.LabelFor ) work in coordination with a lot of the attributes in System.ComponentModel.DataAnnotations. Another attribute that could be useful, especially for legacy databases and/or O/R Mappers like LI
jQuery and ASP.NET AJAX UpdatePanel
(SheoNarayan) This article describes the solution of the problem in which jQuery doesn’t work for elements placed under ASP.NET AJAX UpdatePanel when partial postback is done.
Rich Content with a Database Server
(Jayaram Krishnaswamy) Web servers enable enterprises to expose their data and information to intranet and internet users. This procedure involves nothing more than the client sending an HTTP request to the web server. The web server sends out any data processing in the request to backend server(s),
The Life And Times of an ASP.NET MVC Controller
(Scott Allen) Controllers are the lynchpins of the Model View Controller (MVC) design pattern. They are on the front line, first receiving a client’s requests, and then translating the requests into instructions for the model where your application’s domain logic and data reside. Controllers are als
Raising Events, Event Handlers, and the Use of Delegates
(Dave Richter) When working with an IDE like Visual Studio, most events, particularly those involving Windows Forms applications, are nonlinear. That is, you might have to wait for a user to click a button or press a key to then respond to that event. In server applications, you might have to wait (
