Assuming I have a simple C# asp page online, sendsms.aspx, whose function is to parse the parameter for a 10 digit phone number and use SmtpMail.Send to send an email to a mobile device.
I'd like to make it so that the user doesn't have to open a web browser to run this web page--instead, they'd have a simple Visual Studio based GUI in which they enter in a phone number and this client side application would use a function to execture websitename.com/sendsms.aspx?5556667777. My question is, What is this function?
I'd like to make it so that the user doesn't have to open a web browser to run this web page--instead, they'd have a simple Visual Studio based GUI in which they enter in a phone number and this client side application would use a function to execture websitename.com/sendsms.aspx?5556667777. My question is, What is this function?