On the server go to the properties of the site, click on the "Directory Security" tab, click the "Edit" button under "Anonymous access and authentication control", and then uncheck "Anonymous access" making sure that "NT Authentication" or...
Try something like this in ASP.<br><br><%<br>Set conn = Server.CreateObject("ADODB.Connection")<br>Conn.Open Session("ConnectionString")<br><br>If Request.QueryString("Delete") Then<br>sql = "DELETE * FROM Members Where Members.PersonID = " &...
How does the html <param> tag work with an ActiveX <object>?<br>I'd like to be able to change the text of my ActiveX button (among other things) using the parameter tag, but I'm new at ActiveX and am not sure how to do this.<br><br>Any help with this would be greatly appreciated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.