| Recent Answers from Ashley Brazier |
 |
2009-05-08 Upload, Edit and Read a Text File using ASP 3.0: Hi, First of all you'll need to purchase a component that will allow you to upload files, if you google Asp upload you should get plenty of examples. As for the file, you can use the file system...
|
2009-04-16 bypass browser: Hi, The only way I can think of doing this is accessing the database directly, this would be the best way to do it. Other than that you would have to access it through a browser. Have you tried looking...
|
2009-03-28 input validation: Hi, Two ways to do this, you can validate the form using Javascript, this is probably the best way. Or you could make a function that validates if the item entered is validated. Like I mentioned before...
|
2009-03-18 Localhost credential error: Hi, Try this, go in to iis and right click on the default website and then click on properties. Click on the security tab and uncheck the annoymous check box and then check the Integrated Windows Authentication...
|
2009-03-04 Get inserted Record ID: sql_insert = "set nocount on ; insert into reservas (turnier_id, firstname, lastname, xtel, xdni, xplz, xtown, email, startdate, startmonth, enddate, endmonth, PLZ, town, country, xtitel, xtime, extra...
|
| More Answers for "Active Server Pages Programming (ASP)" |