Hi.. I have a following query string.
name=abc&name=d ef&name=jhu
So all the names are same
So now i am exploding and imploding string.
is there a better way to handle
name=abc
name=def
name=jhu
Regards
Dheeraj Joshi
name=abc&name=d ef&name=jhu
So all the names are same
So now i am exploding and imploding string.
is there a better way to handle
name=abc
name=def
name=jhu
Regards
Dheeraj Joshi
Comment