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...
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.