Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. msturges

    Importing Mixed DataTypes from Excel in ASP.NET

    Hi ca8msm, Yes, it looks like the same problem. Unfortunately it doesn't seem to highlight the solution.
  2. msturges

    Importing Mixed DataTypes from Excel in ASP.NET

    Hi there, I am encountering a problem importing data into my ASP.NET app from an Excel file where the column data could be either numeric or text(eg '20194567' or 'mikes'). If the initial couple of lines contain text in the said column it appears to convert all subsequent instances where the...
  3. msturges

    Importing Mixed DataTypes from Excel in ASP.NET

    Hi there, I am encountering a problem importing data into my ASP.NET app from an Excel file where the column data could be either numeric or text(eg '20194567' or 'mikes'). If the initial couple of lines contain text in the said column it appears to convert all subsequent instances where the...
  4. msturges

    Dynamically generate HTML page from users input

    Cool, Thanks for all the help and advice.
  5. msturges

    Dynamically generate HTML page from users input

    Targol, Just a quick question, you seem to know your javascript quite well. Will this code work for all browser types and versions or would it be restricted to certain types and versions. If it is restricted, do you know which of the major browsers and versions would support it? Thanks
  6. msturges

    Dynamically generate HTML page from users input

    I actually can't believe it's that simple. Thank you very much.
  7. msturges

    Dynamically generate HTML page from users input

    Hi Targol, The users only have to worry about a part of the body. The purpose is to fill an already created template HTML file with Content HTML supplied by the user.
  8. msturges

    Dynamically generate HTML page from users input

    Hi Guys, Sorry if my subject was not descriptive enough, I really didn't know how to phrase it. Anyway, here's my problem. I need to create an interface (web page) with a normal form which contains a regular textarea object wherein the user can code raw HTML to make up the contents of another...
  9. msturges

    XSL with looping for loop within xml??hmmm??

    Hi everybody, I have an xml file that looks like this: <?xml version=&quot;1.0&quot;?> <?xml-stylesheet href=&quot;WAstylesheet.xsl&quot; type=&quot;text/xsl&quot;?> <order no=&quot;809819&quot;> <Sender>Karim Abdul Jabbar</Sender> <orderNo>809819</orderNo>...
  10. msturges

    Deleting files from the Server

    Thanks Paul, I have already tried using the FileSystemObject in numerous different ways, but to no prevail. I am now at my wits end, cos I have basically copied the code preciely from the msdn site and all I get is an error saying : &quot;Server.CreateObject Failed&quot; I have tried the...
  11. msturges

    Deleting files from the Server

    Hi all, I was wondering if anyone can enlighten me on how I can create and run a process that would delete certain files from the server when triggered by a user. Thanks God Bless Mike
  12. msturges

    file maintenance from within ASP

    Hi All, I'm trying to make use of the ASPExec object in order to run a '.bat' script which basically copies a file from one directory to another nd then deletes the original.However, I'm having no luck in achieving this. Can anyone point me in the right diection?? thanks mike
  13. msturges

    Hi Guys, Howzit going? I'm havi

    Hi Jordi, At the moment I'v got the following(simplified): MyASP.asp ========= <%@LANGUAGE=VBSCRIPT%> <% response.buffer=true response.redirect(&quot;myxml.xml?testVar=Sturges&quot;) %> MyXML.xml ========= <?xml version=&quot;1.0&quot;?> <?xml-stylesheet href=&quot;MyXSL.xsl&quot...
  14. msturges

    Hi Guys, Howzit going? I'm havi

    Hi JJR, I tried the following: XSL file: <xsl:param name=&quot;sRef&quot;>default value</xsl:param> <xsl:template match=&quot;/&quot;> sRef = <xsl:value-of select=&quot;$sRef&quot;/> </xsl:template> ----- ASP File: xmlReadDocument = &quot;xmlFile.xml?sRef=1234&quot...
  15. msturges

    Keyword xsl:param may not be used in namespace http://www.w3.org/TR/WD

    Hi All, again, I'm having some problems getting my xsl file to accept the <xsl:param> element. At the moment my xsl element tag looks like this: <xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot...
  16. msturges

    Hi Guys, Howzit going? I'm havi

    Hi Guys, Howzit going? I'm having trouble with an XSL file that I'm trying to code. Is there a way that one could read url parameter variables into an xsl file? This is what I have tried: ASP File which links to XML file. xmlReadDocument = strPath & &quot;/inbox/&quot; & CStr(serviceRef) &...
  17. msturges

    ASP, XML, XSL and Parameters

    Hi everybody, I'm stuck with a bit of a problem. I have an XML document which represents a purchase order. I have created a XSL stylesheet to display the XML document. Within the XSL stylesheet I have placed two 'response' buttons, namely 'accept' and 'reject'. I need to pass a 'parameter'...
  18. msturges

    ASP, XML, XSL and Parameters

    Hi everybody, I'm stuck with a bit of a problem. I have an XML document which represents a purchase order. I have created a XSL stylesheet to display the XML document. Within the XSL stylesheet I have placed two 'response' buttons, namely 'accept' and 'reject'. I need to pass a 'parameter'...
  19. msturges

    ASP page not working

    I tried that, but the result is still the same. I don't think it's even reaching that point in the ASP file yet. The minute I click the link to the asp file from the previous page I get the prompted to download the asp file itself. I don't think it's 'reading' it at all. any more suggestions??
  20. msturges

    ASP page not working

    Hi all, I'm experiencing a problem with a link to a specific ASP page. When I click on the link from a browser, I am prompted to download the page rather than executing the code within. I cannot figure out why. The code for the asp is supposed to create a text file on the server and then...

Part and Inventory Search

Back
Top