|
MS XMLHTTP or File System Object to Get Content The friendly URLs in ASP is the goal of my project. However, in ASP there is no obvious page mapping as I researched compared to other languages. What I mean is making www.site.com?page=Home being www.site.com/home/. One of the workaround I know is to use MS XMLHTTP request on www.site.com/home/index.asp page whic... 11 Jun 2008 02:05
End-Of-Life Date for Classic ASP? Is there an end-of-support date for Classic ASP? For example, I know that VB6 standard support ended sometime around March 2005, and extended support was available until around March 2008. Is there a similar end-of-support date(s) for Classic ASP? ... 13 Jun 2008 18:27
Disappearing ASP Cookies I have a classic ASP page which links through to an ASP.NET 1.1 page. Basically there is a hyperlink on the classic ASP page that opens the ASP.NET page in the same window. I can then go back to my classic ASP page by clicking on a link on the ASP.NET page. It all seems to work seamlessly, apart from 1 end user... 10 Jun 2008 06:19
Website Admin Tool Can I use the Website Administration tool to manage users and roles for multiple ASP.NET applications using a single, common ASPNETDB? If so, what changes do I have to make to the web.config files for these various applications to allow authentication from that single ASPNETDB. I'd also like to be able to ma... 10 Jun 2008 22:32
CDONTS NewMail If there's a newgroup for this subject, please point me to it... Is it possible to set the font size of the body of the text? Earl ... 14 Jun 2008 04:07
Datagridview Won't stay updated I am posting this for a coworker. -------------------------------------------------------- The issue i'm having is after i enter all my data into my gridview's textboxes and dropdownlists the data wont stick. My object data source dumps to a class but after the update the grid should read from the class as we... 6 Jun 2008 10:46
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP and more... access all computer tutorials for free visit http://freecomputertutorialz1.blogspot.com/ ... 6 Jun 2008 03:03
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP and more... access all computer tutorials for free visit http://freecomputertutorialz1.blogspot.com/ ... 9 Jun 2008 21:40
Multiple Recordsets from 1 Stored Procedure Hi there, I have a Stored Procedure in SQL 2000 that takes 10 input paremeters, and outputs 11 recordsets, not rows, but 11 different SELECT statements. The purpose of this is to for a menu system in a store. If all the inputs are NULL, then just the top level categories are output in the first recordset. The... 5 Jun 2008 07:04
File System Object Help Hello All, I am trying to generate a list of files in a directory on a website, which only includes a defined list of file extentions. Below is my code but i have an issue that this only returns the first file in my includelist. <% Dim objFSO, objFile, objFileitem, objFolder, objFolderContents Set objFSO... 5 Jun 2008 20:56 |