Thanks Shuchi!!
I think I can handle the code, but I was really curious about the performance of Excel in MTS. I don't think that the office components are multi-threaded, so I figured there may be a problem when multiple instances of Excel are needed at the same time.
Have you had any...
Has anyone had any experience referencing Microsoft Office applications in an server-side COM object? I'm writing a small intranet application, with maybe 10 total users, that uses a server-side COM object to create an Excel spreadsheet from an ADO recordset. That spreadsheet is then...
Well,
Once you have a recordset on the page, let's call it 'rsPhoneData' with columns 'name' and 'phone', then you should be able to bind the table as below.
<table datasource="#rsPhoneData">
<tr>
<th>Name</th>
<th>Phone</th>
</tr>
<tr>...
Does anyone know how to get the total sum of all the values in a databound column in a databound table?
I've got a table that's bound to an XML data island where one column lists a bunch of numbers. I would like to have a row at the bottom total up the numbers. Any ideas?
Scott Wilkinson
I'm setting up an ASP page that makes a call to a DB2 database of banking transactions. I'd like to display the last 10 transactions by date for a particular account number. In SQL Server, I use the "SELECT TOP 10" syntax to load a recordset with the top 10 rows by date but this...
Has anyone had any luck building a decent personalization/membership service similiar to whats offered in Microsoft SiteServer? I've been looking at alternatives to SiteServer using ASP and a SQL database, but could use some help.
SiteServer works ok, but it can be a real pain to administer...
From Wrox ASP 3.0...
"The transfer method stops execution of the current page and transfers control to the page specified in the supplied URL. The user's current environment(session state and any current transaction state) is carried over to the new page."
Server.Transfer(url)
This...
Hi everyone...
I have somewhat of a large form that is sent to an ASP page for processing. I would like to be able to take the form and forward it to a third ASP page without having to redo the entire form or save a bunch of new parameters.
Is there a way to forward a form to another page and...
Due to a bunch of problems, I recently had to reinstall Windows 98. I have three hard drives in my system. Anyway, I reformatted the C Drive, reinstalled Windows 98 and got the system up and running. All three drives show up in the BIOS ok and all three also show up in the Windows 98 Device...
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.