I am trying to write a generic Parse method that converts and returns a strongly typed value from a NamedValueCollection. I tried two methods but both of these methods are goin
int value = int.Parse(Request.QueryString["RecordID"]);