Posted on: 8/19/2014 6:12:42 AM | Views : 375

dear all,
im working with querry string now.
Sample string will be :
parameter_string=”appl_id=<appl_id>|tran_id=<tran_id>|dcode=<dcode>|service_id=<service_id>|appl_name=<appl_name>|total_amt=<total_amt>|ddo_code=<ddo_code>|office_code=<office_code>|payment_mode=<payment_mode>|head1_acct=<head1_acct>|head1_amt=<head1_amt>|head2_acct=<head2_acct>|head2_amt=<head2_amt>|head3_acct=<head3_acct>|head3_amt=<head3_amt>|head4_acct=<head4_acct>|head4_amt=<head4_amt>|head5_acct=<head5_acct>|head5_amt=<head5_amt>|head6_acct=<head6_acct>|head6_amt=<head6_amt>|head7_acct=<head7_acct>|head7_amt=<head7_amt>|head8_acct=<head8_acct>|head8_amt =<head8_amt>”
Sample URL will be :
http://<url>?parameter_string=<parameter_string>

Go to the complete details ...