Filter by category:     Articles per page:
Web Development

We are very much in love with jQuery at the moment and have replaced many of the controls from the ASP.NET AJAX Control Toolkit with jQuery equivalents. One of these is the ACT Tab Container. One thing that we need to do is persist the currently selected tab index across page postbacks.

Rating: 4 user(s) have rated this article Average rating: 4.8
Posted by: retro, on 25/08/2009 00:00:00, in category Web Development
Views: this article has been read 4725 times
We have used FCKeditor (text editor) frequently in the past. We came up with a neat solution recently whilst working on the nopCommerce project to insert pre-defined message tokens into the message templates.

Rating: 1 user(s) have rated this article Average rating: 5.0
Posted by: retro, on 02/05/2009 00:00:00, in category Web Development
Views: this article has been read 1299 times
After completely redesigning the default store front and administration portal for the next release of nopCommerce (due out very soon) we were also asked to lend a hand in the design of the nopCommerce logo.

Rating: 1 user(s) have rated this article Average rating: 5.0
Posted by: retro, on 14/04/2009 00:00:00, in category Web Development
Views: this article has been read 1066 times
We recently experienced a problem whereby the ACT TabContainer did not maintain the ActiveTabIndex across postbacks caused by a number of different asp data presentation controls (GridView/FormView/DetailsView).

Rating: 4 user(s) have rated this article Average rating: 5.0
Posted by: retro, on 10/02/2009 00:00:00, in category Web Development
Views: this article has been read 1518 times
A while ago we posted an article that explained how to create a custom class to wrap enumerations so that their members can be accessed using a standard ObjectDataSource control and binded to a control such as a DropDownList. This relied on creating a separate method for each enumeration. Here we have just one method for any enumeration.

Rating: (Not rated)
Posted by: retro, on 10/02/2009 00:00:00, in category Web Development
Views: this article has been read 1427 times
We were recently working on a site and found that the asp menu control was rendering a little strange in both Google Chrome and Apple Safari web browsers.

Rating: 4 user(s) have rated this article Average rating: 5.0
Posted by: retro, on 10/01/2009 00:00:00, in category Web Development
Views: this article has been read 1633 times
There may be cases where you do not want to define a header for your ACT (Ajax Control Toolkit) Accordion panes. A common example of this, is if you wish to use the Accordion to show specific content based on a selection made elsewhere on your site. This article demonstrates how to change the Accordion control's selected index using JavaScript.

Rating: 2 user(s) have rated this article Average rating: 5.0
Posted by: retro, on 03/01/2009 19:10:16, in category Web Development
Views: this article has been read 1435 times
There is already a DateDiff function you can use to calculate the number of days between two dates. A common requirement is to calculate the number of working days between two dates (Monday - Friday).

Rating: (Not rated)
Posted by: retro, on 24/12/2008 00:00:00, in category Web Development
Views: this article has been read 936 times
This article looks at performing two tasks. The first is to create your own custom configuration class that will allow you to store application specific settings within web.config. The second is to encrypt sections within the configuration file.

Rating: (Not rated)
Posted by: retro, on 19/12/2008 00:00:00, in category Web Development
Views: this article has been read 993 times
Users of Windows form applications will often be used to selecting a row in a grid of data by simply clicking any part of that row. This article demonstrates how you can replicate this behaviour with the asp.net GridView control.

Rating: 4 user(s) have rated this article Average rating: 4.0
Posted by: retro, on 18/12/2008 00:00:00, in category Web Development
Views: this article has been read 8144 times
12