I have an object name oPart. It has a number of properties. I want to compare it to another oPart object to see if all the properties are the same. Been trying to use the IComparer thingy all day, but nothing works.
All I want to know is if oPart_new = oPart_old.
Thanks
I have a shopping cart application. As user fill their carts with various items, I need to track the remaining quantity of those items in the database so other users can be alerted when an item is "out of stock." I imagine there are a number of ways to do this like moving items to a temporary...
I am frequently finding myself have to replace text in a table(s). I know there must be a better way to do this, so I am asking for suggests.
EXAMPLE: Replace 'TH-' in the ABBR_1 field with 'TMF-'
Table name: ABBR
ABBR_1 PRICE Desc
------ ----- ----
TH-34 12.34 3"...
I am using robocopy to mirror a folder on one pc to a folder on another pc. Everything is working fine, but I need to make changes to the script occassionally. How do I/should I end the process that is currently running?
I am learning to use Robocopy in the Windows Resource Kit. It mentioned that some files that are backed-up may not be "Restartable." What does that mean?
Sorry if this is a Sys Admin 101 question. I'm a programmer. Don't do much with Sys admin stuff.
Thanks for the help.
--Rob
I used DTS to create a backup routine for our database. It has run fine, but today I need to make a change to it. After openning Enterprise Manager, I openned the Data Transformation Service folder, then Local Packages, and clicked on the package I wanted to edit. I receive the following...
I have IIS running on a pc (Office1) on our in-house network. It works fine. I enabled Windows Firewall, and no one can get to the intranet site on Office1. I then set out to find what I needed to do to enable our users to get through the firewall, but I have gotten no place; only more...
I am using vs.net 2003, and would like to create and manipulate a Microsoft Word document. None of the examples I find on the internet seem to work. Has anyone successfully done this from a web page?
Thank,
--rob
I have a dataGrid bound to a collection of objects. Everything works fine, but when I added two new properties to the objects, they do not show up as new columns in the dataGrid.
Any suggestions?
I have a collection named cAnimals.
Each object in the collection has the properties of:
TYPE (dog, cat, bird, etc.)
AGE
NAME
I would like to delete all objects where TYPE is "dog."
The only solution I have found is to write all that are NOT "dog" to a new collection, then replace the original...
The application has two enum named AnimalEnums
DOG=1000
CAT=1001
The page has a dropdown name ddlAnimal
How can I populate the dropdown list in Page_Load with the two enum values?
Also, the type of animal has already been select on the previous page, so I would like that animal to appear...
I am using VS2003 to build a web app. I would like to use a user control for the menu that appears at the top of most pages. All pages have form tags. The user control example I found also has a form tag. When I attempt to load the page, I get the error: "Only one form tag per page". Any way...
I have a piece of VBA code that loops through the database, finds the information it is looking for, then saves the search results to a text file named C:\Search.txt.
My question: Is it possible to have this text saved as a report, and have the report automatically open?
Thanks
--Rob
I have a web site I go to multiple times every day. Today the page will not load. I get the 500 error. Other browsers on my pc dispaly the page. I am stumpt. Any suggestion?
System is Windows XP
Anti-virus software is AVG
Thanks
I would like to trigger the Javascript onClick event when the user clicks anywhere within a <DIV> tag below. Is that possible?
response.write("<DIV STYLE='position:absolute; top:250px; left:40px; width:400px; height:300px; background-color:blue; color:red; background: url(mmc.gif);'></DIV>"...
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.