hai,
how to split the commas from the querystring using asp.net, as iam having one problem here is the url look like this:
http://test.aspx/peoplecode=20,40,50,60 i want to write the select query where i can take seperatly each value from the above query string for ex select * from people where peoplecode=40,select * from people where peoplecode=60 and like this how can i do this pls help me out thanks in advance