User interaction in ASP .NET is done through controls placed on a web form.
The InputBox, as you know it from Windows apps, can normally only be used on
the local machine. For example, if you were to call the InputBox function
from a web page somehow, it would actually display on the web server's
screen and not the user's screen.
ASP doesn't work like a Windows app does.