Author Archives: Adam Kerr

Demystifying Commerce Server Pipeline Arguments

There are some very informative articles on the web if you’re looking for instruction on how to write a Commerce Server pipeline component. I need to give credit to Max Akbar here, because his “Everything you ever wanted to know … Continue reading

Posted in E-Commerce | Tagged , | Leave a comment

Scripting with Editor Templates in ASP.NET MVC

One of my favorite things about MVC is its implementation of Editor Templates. Editor Templates are very useful to developers because they make code re-use an incredibly simple process. For example, if you need a specific user interface every time … Continue reading

Posted in Custom Development | Tagged , , | Leave a comment

Radio Button Group in ASP.NET MVC

I recently had the UI requirement that the user be able to choose from among a set of radio buttons. Of course, for a group of radio buttons to function properly, every radio button input must have the same name. … Continue reading

Posted in Custom Development | Tagged , , | Leave a comment