Let\'s say I have a web page that currently accepts a single ID value via a url parameter: http://example.com/mypage.aspx?ID=1234
I want to change it to acce
You'll just have to foreach through them and int.TryParse each one of them. after that just add to the list.
Nevermind - @Splash beat me to it