(Chandramouli Muralidaran) Database connections are vital in large enterprise applications. Improper usage of connections leads to performance issues. Monitoring the database at real-time is trivial but we are holding one session of the Database and invites lot of security issues. ADO.NET performanc
Tag: Development
Creating a Filtering User Interface With jQuery In a Web Forms Application: Part 2
(Scott Mitchell) Creating a Filtering User Interface With jQuery In a Web Forms Application: Part 1 looked at how to use jQuery in an ASP.NET Web Forms application to build a collapsible filtering user interface. When the page is loaded into the user’s browser the filtering interface is collapsed. C
Uploading an Image and Creating a Thumbnail in ASP.NET
(Paul Kimmel) There are literally thousands of facets to the .NET Framework, and writing them down functions as a way to learn, memorize or work out the details. This is especially useful for things you use infrequently, such as thumbnail images. I wrote an application several years ago to manage la
THIS, Function Context, And Object Literals In Javascript
(Ben Nadel) In Javascript, the “this” keyword points to the context of the currently executing function. Previously, I had thought that “this” would only work at the object level (treat the object as the context) if the given object was created using the “new” operator. Last night, while finishing u
Populating RadioButtonList Using jQuery, JSON in ASP.Net
(Satheesh Babu) One of my previous article Building Cascading DropDownList in ASP.Net Using jQuery and JSON discussed about constructing cascading DropDownList control using jQuery and JSON. One of the user [Shah] has commented that his requirement was to populate a RadioButtonList instead of a chil
ASP.NET Dynamic Data Overview
ASP.NET Dynamic Data lets you create extensible data-driven Web applications by inferring at run time the appearance and behavior of data entities from the database schema and deriving UI behavior from it.
jQuery Plugin: From – Filtering A Collection Based On Ancestors
(Ben Nadel) I was playing around with a customized version of jQuery’s live() method when it occurred to me that being able to filter a given jQuery collection based on a set of potential ancestors might make a useful plugin. And so, I came up with the from() plugin. From() takes a collection target
Working with different dialog controls in VB.NET
(Abhisek) In VB.NET there are many dialog controls like SaveFile Dialog, Print Dialog, Font Dialog etc. This code snippet demonstrates how to work with different dialog controls in VB.NET. Dialog controls help us to do some work quickly and easily and also provides us many options.
Model View Presenter via .NET
(Steven James Gray) Model-View-Presenter is a design pattern for separating the concerns of display and display coordination when interacting with an underlying object model / domain. Better put as Model, Presenter, View due to the sequence of connections that are actually involved, the paradigm can
Expression Web SuperPreview
(tejas) Designing web pages for multiple browsers is a major pain point for most web developers. In addition to the time it takes to preview pages in multiple browsers, there are a host of other issues:
