I'm writing a utility and I need the user to select a directory to put a new file in. I want a pop-up box to come up when they click browse, but instead of the standard open dialog box I want a box ...
There are lots of benefits to gathering information by opening a dialog box instead of sending your user to another page. Fortunately, jQuery and ASP.NET MVC make it easy to do (and you don't have to ...