I am getting below error on using below code in my vb.net.
Code :
Error : Microsoft VBScript runtime error '800a01a8'
Object required: ''
Please provide solution for using AntiXSS on varMethod("TokenNumber")
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sankara Krishnan VenugopalPosted May 8, 2018, 5:29 AM
HI,
Assuming that AllPerInfo4xfm() does not return an object, loose the Set in
set MyOrsk = GetAllInv.AllPerInfo4xfm(ssgr,nat)
change to:
MyOrsk = GetAllInv.AllPerInfo4xfm(ssgr,nat)