Is there any way i can do something like this
strText = Server.Execute("test.asp")
What i want to achieve is that i want to execute an asp page and get the output in a variable. The asp page has server.execute statements inside it.
If i cannot do this in ASP, can i get it done...
Is it possible to have a horizontal scroll in the listbox component. I do not want to use text boxes with the scroll components because i am not able to get the selection feature that listbox provides.
Any help would be appreciated.
Thanks
San
I have an sql statment that looks like the one below:
declare @IDs varchar(100)
set @IDs = '''113''' + ',' + '''115'''
select *
from Student
where convert(varchar(30),cid) in (@IDs)
the cid column is of type int. print @IDs returns me '113','115', but i am still not able to retrieve records...
The 2 loops take a long time if the array size is huge (in my case it cross over 35,000) values. I found a javascript code that can do the trick using hash algorithm. Thought i would share it with u guys :)
function removeDuplicates_list()
{
var mainlist = document.form1.mainlist.value...
I have a XML document that looks like the one below:
<rootelement>
<elementparent>
<child1>child1 </child1>
<child2>child2 </child2>
</elementparent>
<elementparent>
<child1>child1 </child1>
<child2>child2 </child2>
<child3>
<subchild>Testing</subchild>
</child3>...
I have 2 questions about DTDs
1. Is there any way that i can dynamically apply a DTD to an XML file using ASP?
2. When you load a XML file using the Load function of MSXML2.DOMDocument object, does it ignore any DTD that the XML file refers?
Any help would be appreciated?
Thanks,
San
Is that FileScriptingObject or FileSystemObject ?? FileScriptingObject does not seem to work. Anyway, how do i create a table based on the XML feed and dump the values into it ? Thanks
Thanks for your reply.
I would like to insert the contents of the XML file to the DB. The XML file can range anywhere from 900 lines to 9000 lines. Hope this helps you answer my query!
Thanks
San
Is there any way i can insert data from an XML file directly to a MySQL table (something similar to SQLXML does for SQL Server 2000)?
Any help would be appreciated!
thanks
san
I have a Report that is created using rows returned by a Stored Procedure from SQL Server 7.0. The Report works fine, no issues with that.
Now i want to set the datasource location of the report to one more SQL Server where a copy of the same database exists.
When i try to do this i get an...
I can help u out with the part of programatically exporting CR9 reports. But i am not able to print :( . So i open the file after exporting and then print it...
S
I have contacted Crystal and even they have confirmed that the look and feel of the export and the print pages cannot be changed. (the funny thing was the export and print options never worked for me. it was always showing me a report with blank detail sections.) You can try writing a export...
The report works fine on the web browser if i don't pass the parameter values programatically. (ie i use the default parameter prompt page of CR). If i enter the parameter values in the default prompt page, the specified sub reports are displayed without any problem. Can u tell me how have u...
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.