Advertisement

1 - 10 of 119 containing alltags:("ASP, XML") (0.002 seconds)
I have an XML file that looks like this <?xml version="1.0"?> <Categories xmlns="http://www.microsoft.com"> <Category>  <CatName>Services</CatName>  <CatCount>1226</CatCount> </Category> <...
Zones: ASP, XHTMLDate Answered: 08/03/2001 Grade: A Views: 0
We have a Win32/IE desktop environment in our company. We need to retrieve data from a server (which houses a DB) from within IE as users select items from a picklist. We need to do this dyna...
Zones: XML, XHTMLDate Answered: 12/28/2001 Grade: A Views: 0
How do I create a string containing xml using asp. The string should look like" <%tempstring = assign a xml document type to tempstring <%response.write tempstring %> shows:    <Custome...
Zones: ASPDate Answered: 03/21/2002 Grade: A Views: 0
I am trying to parse rates for different shipping methods from an xml string.  Example string is below( actual string has no vbcrlf at every line.).  Certain fields will change (quote id, date, tim...
Zones: ASP, XHTMLDate Answered: 03/25/2002 Grade: A Views: 0
I have a XML file as below. I need the sample ASP code that will display all the screen names in a combo box and based on the selection will show all the fields in a list box from which I can selec...
Zones: ASPDate Answered: 10/02/2002 Grade: B Views: 0
I am doing some work based on ASP but my main background is Java, I am after doing something on the lines of the following. I would like some kind of config file where I can define a query in XM...
Zones: ASPDate Answered: 09/01/2003 Grade: A Views: 0
I have a training application that creates a log in XML format with Javascript and puts in into a form field to be processed by an ASP function.  From the source: form method="POST" <input type...
Zones: ASP, XHTMLDate Answered: 10/17/2003 Grade: A Views: 0
I wrote the following as a test.... ------------ASP PAGE--------------- <%@codepage=65001%> <% Response.Buffer = False On Error Resume Next response.ContentType="text/xml" response.write...
Zones: ASP, XHTMLDate Answered: 12/09/2003 Grade: A Views: 0
Dear All, I have following access tale:    CategoryID    ParentCategoryID    CategoryName Using ASP I need to build XML document and XSL to disply that table contents. like following: In m...
Zones: XML, XHTMLDate Answered: 01/21/2004 Grade: A Views: 0
Hi, I have a XML page (external server) that is updated on a regular basis and I need to know how to read this XML source into and displayed in an ASP page.  Any help would be greatly appreciate...
Zones: ASPDate Answered: 12/18/2005 Grade: A Views: 0