I am working through the ASP.net website programming book (
vb.net) and have become stuck on Ch4 -. Maintaining the site - Creating directories(p107).
I cannot get the creating directory code to work. I note that a "_dopostback" function is called. Where does this function come from? Should I have written my own "_dopostback" function? I can only find code for such a function on the test page which was not supposed to be part of the project. If I am supposed to have written a "_dopostback" function for this page please could you give me
some clues as to how it should be written.
At the moment I can call the javascript prompt, but when I type in a file name and press OK, nothing happens except at the bottom of the screen I get an "error on page message".
I would be very grateful for any help.