(Syed Shakeer) This article explains how to retrieve the value of a cell in a hidden column when a user selects a row in a GridView with a hidden column.
Tag: Development
Handling 301 Redirects in ASP.NET 3.5
(Frank Kerrigan) You are putting a new site together and you have lots of new pages and lots of old pages that will no longer exist, it might be a good idea to tell links from external sources and search engines, robots, etc… that the pages have moved. Supplying incoming requests with some notific
Unobtrusive jQuery Validation Using MVC3 and Razor
(David Talbot) Razor continues the valuable MVC tradition of model based validation that works on both the client and the server. MVC3 adds the ability to use jQuery and unobtrusive validation to the default toolkit while still allowing you to write your own custom client side validation where neces
Serializing ColdFusion Variables Into ColdFusion Code Using WDDX
(Ben Nadel) ColdFusion provides us with a number of ways in which to serialized our ColdFusion values – JSON, WDDX, and Binary (as of ColdFusion 9) are all formats that can be generated on the fly. But these formats all require a file read in order to be consumed.
Free Video Training: ASP.NET MVC 3 Features
(Scott Guthrie) A few weeks ago I blogged about a great ASP.NET MVC 3 video training course from Pluralsight that was made available for free for 48 hours for people to watch.
Creating PDF Documents with ASP.NET and iTextSharp
(Scott Mitchell) The Portable Document Format (PDF) is a popular file format for documents. Due to their ubiquity and layout capabilities, it’s not uncommon for a websites to use PDF technology. For example, an eCommerce store may offer a “printable receipt” option that, when selected, displays a PD
Creating and Using a jQuery Plug-in in ASP.NET Web Forms
(Bipin Joshi) Developers often resort to code reuse techniques in their projects. As far as ASP.NET framework server side programming is concerned classes, class libraries, components, custom server controls and user controls are popular code reuse techniques.
Using Encrypted JSON Data To Hide Cookie Implementation In ColdFusion
(Ben Nadel) When it comes to authenticating users in our ColdFusion web applications, we are pretty much limited to the exchange of browser cookies.
Tip: Customizing / Adding Image To Radio Button List Control
(Jebarson) Today I will share a tip through which you can customize the way your RadioButtonList control will look. Below is a simple code which will enable to add me icons for the radio buttons in the list.
Output Caching Actions Gotcha in ASP.NET MVC 3
(Malcolm Sheridan) This is a gotcha I had to write about. Everyone knows the benefits of caching data when working with the web. Be it file caching, donut caching or SQL Server caching, the benefits are obvious; retrieving data from memory instead of a data store means a more performance.
