1
Hello Imran,
You can call below on button click.
Response.Redirect("http://abcdxyz.com/wp-content/plugins/tet-india/web_services_nektonit/thankYou.php?txnID=&status=&msg=");
0
Hi, Imran
In your given test code there are two pages:
Confirm_sp.aspx
vrify_vle_sp.aspx
In Confirm_sp.aspx.cs there is one event lb_submit_Command in line no 207
replace it with
- var redirectToNicSeverUrl = REDIRECT+"?encdata="str_enc ;
and in vrify_vle_sp.aspx.cs page you have to
- var data =objintg.Decrypt(Request.QueryString["encdata"].ToString());
- var arrydata=data.Split('|');
0
Dear Sibiraj Thattalam i dont your answer . you can check my source code then you can understand my query.