Problem
can't use response.redirect in the class file stored in the app_code folder.
Impact
the class file doesn't recognize that function
Solution
you can not use that in the class file to d that you need to send some value to the code behind file and then from then according to the response you can use the URL(sting) to redirect.
can't use response.redirect in the class file stored in the app_code folder.
Impact
the class file doesn't recognize that function
Solution
you can not use that in the class file to d that you need to send some value to the code behind file and then from then according to the response you can use the URL(sting) to redirect.