That is great I have another question is there a way to use a wildcard for instance in the path String
Dim path as String = "C:\root\directory\*.doc"
Can I use something like that to search for all docs in that directory?
Thanks
I need to be able to search a directory for XML files as part of this application. Can someone please offer some direction on how I can do this...I would then consume the Document into a Dataset.
Thanks in Advance
I apologize upfront for this question...but my brain is not working properly this morning...
I have a "statement" that I need to be excuted.
strbidunitprice = "form1.bidunitprice1" & index & ".value"
Now I need to attach this value to another object. But of course its value is the literal...
I need to combine 2 DataTables into 1..How can I do this. FYI I know about the merge for Datasets this won't work for what I need to do.
I thank you in advance..
When I try to renders a Datagrid that is bound to a dataset it only displays the first table in the dataset? Is there a way to render all the tables in the dataset through that datagrid?
that works fine...it returns a 1...plus I have tried this with everything commented out to make certain that it's not something like that...I have made the call to the function by itself and it still faults out..
I realize that the expression is what you mentioned, that's not important to me right now...I have another question though in my HTML tags I am using this..
<SCRIPT Language="VBScript" src="/Validate.vbs"></SCRIPT>
<SCRIPT language="VBScript">
<!--
...
<\SCRIPT>
The Validate.vbs is the...
I am making a call to a VBScript called Validate.vbs. There is a Function within this script that is called validateNumeric(strValue). I keep getting a Type mismatch: 'validateNumeric'
here is my code..
If Form.purchaseprice1.value = "" Then 'If Null then Nothing Else Check
Else
Dim...
I am making a call to a VBScript called Validate. There is a Function within this script that is call validateNumeric(strValue). I keep getting a Type mismatch: 'validateNumeric'
here is my code..
If Form.purchaseprice1.value = "" Then 'If Null then Nothing Else Check
Else
Dim strValue...
I need to get the length of a text box value and attach it to an object in VBScript...
dim intvalue = Len(form.purchaseprice1.value)
does not work I was wondering if someone can help me with this... I keep getting an Expected End of Statements...If someone can offer some advice I would...
thank you ca8 and jennifer i just realized that I posted in the wrong BLOG..i am coding in ASP...so I appreciate your help none the less..that is probably why i was confused with your responses...thanks anyways...
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.