The URL is http://dotnetjunkies.com/weblog/davetrux/archive/2003/11/14/3557.aspx
// The results of a mulitple-select list are also a NameValueCollection Request.Form.GetValues(i) // and the individual items are accessed like this: Request.Form.GetValues(i)(j)