This is part of my script. I am getting "]" error. Can some please help. Thanks
Set objLst = objXML.selectNodes("//LOCATIONS/LOCATION[@AGENTID=10 OR @AGENTID=12]")
noOfHeadlines = objLst.length
For i = 0 To (noOfHeadlines-1)
Set objHdl = objLst.item(i)...
How can I restrive the elements to a specific attribute eg. 102?
This is my XML:
<vacancy>
<job id="101">
<reference>101</reference>
<title>title 1</title>
</job>
<job id="102">
<title>title 2</title>
</job>
</vacancy>
I have been give a list of company names and postcode. I have to set up a ASP.NET page up that allows me to enter a postcode and it will display all the company names with from that postcode. This is easy, if the details are stored in a Database. But, are there other options, if theres is no...
I need some advice from any Dotnetnuke professionals or any CMS pro out there.
Please advice on the following situations:
1. How to decide whether a particular job should be build in CMS?
2. If lots of programming and customizing is required, is CMS still suitable?
3. What is the best developer...
I have an asp form that submits customer records to a registration table.
eg
ID,FIRSTNAME, LASTNAME, TSTAMP
Each record is timestamped with getdate()
I need a query that returns the count of records group by WEEK...a start of a week is MONDAY...and end of a week is a SUNDAY.
eg.
START DATE...
I need some help.
I am building a corporate website that contains dynamic contents. One of the requirements is to have a clickable element that will popup a printable version of each web page. It has to take into consideration of solving paginating issues...eg. so that a table of results doesnt...
I have the following script.
its uploading a file to the following directory path
test/myfolder/uploaded_images
Call objUpload.File(x).SaveToDisk(Server.MapPath("uploaded_images"), theFileName)
The file containing the script above MUST be place in the MYFOLDER
If I want a file to be...
I got a stored procedure that has 3 update queries.
Because of the size of the updates that takes place, is there a way to say allow a rest interval between each process, so that the earlier process completes properly.
Or slow the process in general to avoid hanging?
I got a table name RESULTS. eg:
ID|QUESTION|ANSWER
------------------
1 | Q1 | a
1 | Q1 | b
1 | Q2 | c
2 | Q1 | a
2 | Q2 | c
2 | Q3 | d
2 | Q3 | e
I need to display it the following way:
ID|Q1|Q2|Q3
-----------
1 |a |c |
|a |
2 |a |c |d
|e
Can someone...
Hi. Can someone show me how to concatenate multiple record into one row. Currently the query below returns something like:
3478|C
3478|A
3490|A
3490|B
3490|C
But I want it to return like this:
3478|C, A
3490|A, B, C
How do I do it?
SELECT
CUST_ID,
max(case when QUESTION_NUM = 'Q10' then...
I got an application that needs to be executed on the 1st of every month for 5 days....and then the 15th of every
month for 5 days.
I can get the schedule task to execute it but I need a script that will "refresh" or "reload" the application everyday for 5 days and then close.
Any ideas?
I got a c# application that on the 1st of every month it will be run and left on until the 5th of every month.
I need the application to check the days between the 1st and the 5th whether it is a weekend or not. If it is a weekend the application will not process anything but will still be on...
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.