I have a web application that is called through a url with a phone number as one of the parameters. In my app I do a lookup into a CRM database and if I find a match I do a redirect to a different url using the info returned in my lookup. Basically the redirect opens a CRM account form using the guid I grabbed in my lookup. The problem is that if I don't find a match on the phone number I don't want to do anything, just close the app. I have not found a way to do this as yet and currently I display a form saying that the app could not find a match on that phone number.
Does anyone know a way to close the app before the form actually displays or is there another way in vb.net to handle a situation like this.
Thanks,
DCD
Does anyone know a way to close the app before the form actually displays or is there another way in vb.net to handle a situation like this.
Thanks,
DCD