I'm trying to output a category tree/sitemap to HTML using XML & XSLT. The XML gives me a list of categories and the current selected category in two different nodes. I need to grab the category node from the tree that corresponds to selected category. Here's a sample XML:
<Page>...
Hey everyone. We've got a BladeCenter full of HS20's. I'm trying to get into the MMU web management interface, but the username/password has been changed from the default USERID/PASSW0RD. We purchased this off-lease and don't know the original owners. I found the button to reset the IP...
Hey everybody. I have a stored procedure that runs every 10 minutes and updates a few fields from SQL to Access via a linked server. The problem is, it takes about 15 seconds for each row to update, and at times there can be thousands of rows, meaning it takes a very long time to update...
Hey everybody. I'm looking for a solution to a design problem/idea that I've run into. I need a method to create controls dynamically, client side, and have said controls be posted back to the server. I know how to make new controls in javascript, but I can't post them back into .net. Here's...
Hey everbody. I'm looking for a resource on how to build explorer bars in vb6 or vb.net. However, all the sites that I have found so far are either C++ or C#, neither of which languages I know, nor have a compiler or ide for. So, I'm hoping that someone could help me out and point me in the...
That was the problem. I'm using XP for my test server, so it must be a problem in asp.net. That is possibly the strangest error I've seen yet, definately a bug. Thanks for the help!
Jeff Rapp
jrapp@sell2all.com
Hey everybody. The program that i'm writing makes use of cookies to track logins. When I run it from my machine (the "server") as http://localhost/app/default.aspx, the cookies save fine. When I try to run it from another machine, or even mine by going to http://my_computer/app/default.aspx...
I went ahead and used Angel's idea, however that somewhat changes what I was trying to do (keep coping even if new columns are added). The error I was experiencing was "There is already an object named 'Items' in the database." eh? Thanks for all the help!
Jeff Rapp
Here's what I'm doing. Angel, I haven't tried yours yet, but that's my next step. Thanks!
CREATE PROCEDURE proc_copyItem @ItemID int AS
SELECT * INTO #temp_items FROM Items WHERE ItemID=@ItemID
ALTER TABLE #temp_items DROP COLUMN ItemID
SELECT * INTO Items FROM #temp_items
GO
Jeff Rapp
Hey all. What I'm trying to do seems to be very simple, yet I can't get it to work correctly. I need to make a stored procedure that takes in an ID number (unique key), finds that record and appends a copy of that record to the bottom of the table, with a new ID number. SQL Server keeps...
Hey everybody. I have a vb6 app that makes extensive use of the msflxgrd.ocx libraries and is installed on a number of client machines via a Windows Installer msi package. The install and the program both work great, so long as you are logged in as admin. The problem here is that normal users...
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.