Posted on: 12/3/2014 11:14:18 PM | Views : 412

Hi,
Is it possible to to create a function in VB or C# to take a parater like that
serivce1                                            or service1,service2                               or service1,service2,service3 the result should split the parameters and return a string result like that : 
Service=service1                                                                  or Service=service1&Service=service2                                     or     ...

Go to the complete details ...