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...
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...
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
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.
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...
Hi everybody,
I have an xml file that looks like this:
<?xml version="1.0"?>
<?xml-stylesheet href="WAstylesheet.xsl" type="text/xsl"?>
<order no="809819">
<Sender>Karim Abdul Jabbar</Sender>
<orderNo>809819</orderNo>...
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 :
"Server.CreateObject Failed"
I have tried the...
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
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
Hi Jordi,
At the moment I'v got the following(simplified):
MyASP.asp
=========
<%@LANGUAGE=VBSCRIPT%>
<%
response.buffer=true
response.redirect("myxml.xml?testVar=Sturges")
%>
MyXML.xml
=========
<?xml version="1.0"?>
<?xml-stylesheet href="MyXSL.xsl"...
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="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...
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.