Answer Questions
Peter Torr - MSFT propertiesToReturn
I have added the propertiesToReturn to the webconfig and referenced a property that I added in the Catalog Schema manager. This works as expected in all areas of the site except Search. If I put one of my custom properties in the string then Search returns an error (and no longer works) - all other parts of the site work however. If I remove my custom property from the string then Search works normally. This is all being done within the latest starter site. Please Advise. I managed to get this to work. What I did was modify the search.aspx code by rewriting the lines of code below and hard-coding the propertiesToReturn to match my web.config file. //this.SearchDataSource.SearchOption ...Show All
roboky <TD style="background:transparent"> ignores <TR style="background:silver"> in transitional and strict mode
If TD has transparent background it renders with TABLE background color, not TR background color. But http://www.w3.org/TR/REC-CSS2/tables.html#table-layers describes how browser should display table and table elements. Example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " http://www.w3.org/TR/html4/strict.dtd "> <html> <head> <title>Example</title> <style> table, tr, td { background: transparent; color: #000; } table { width: 100%; } </style> </head> <body style="text-align: center; background: silver"> <table style="width: 40em; background: gray"> <tr><th>1<th>2<th>3</tr> <tr sty ...Show All
Ron -N IE7 and page-break-before
I have some code that uses page-break-before: always that works fine in IE6, but in IE7, the page-break-before is ignored. Was there a change in this behavior that I have not seen documented ditto on page-break-after too! nice forwarning from Microsoft before they had Yahoo! offfering the download I also am having this issue and was unable to get the solution provided above to work. I am using the page-break-before style within a table. stOutput = "<table width = 100% style='page-break-before:always' border=0 cellpadding=4><font size = '1'> <tr><td style='font-weight:700;font-size:20' align='center'colspan='12'>" & left(stcl ...Show All
scotteb Save to file a Windows Desktop Search result?
I posted this thread yesterday but it's gone... strange! One of my disks crashed and I want to get info on what files were on that drive. I have indexed the drive on Windows Desktop Search so i can search through all the files. But i want to save the search result to a text file etc for later use. How can I do this with WDS Morty, Oslo Hello Morty, There isn't a standard, built-in methond for saving search results from WDS (unfortunately). Currently, the only way to do something similar would be to run the search and then copy and paste the result shortcuts into a folder. If you have a large result set I would suggest breaking the result set into pieces and copying a piece at a time. Copying the ...Show All
sgmuser 1MB = 1024 bytes
Microsoft just launched its beginner developer learning center. http://msdn.microsoft.com/vstudio/express/beginner/default.aspx Good intention but bad implementation. Wonder who actually prepared this tutorial. byte 2 0 = 1 megabyte MB 2 10= 1024 kilobyte KB 2 20 = 1,048,576 gigabyte GB 2 30 = 1,073,741,824 http://msdn2.microsoft.com/en-us/library/bb330927(VS.80).aspx (could not find a report button on the site. Probably one of the MSFT guys can pass the info to the guys incharge) I almost thought there is no problem until I looks closely. It is 1MB = 1024 KB = 2^20 Bytes ...Show All
sunny123 Error messages regarding Catalog DTS task
Hi, when executing the DTS package to import data into the data warehouse database even though the process seems to be successful I get the following errors in the Event Log: Event Type: Error Event Source: Commerce Server 2002 Event Category: None Event ID: 36911 Date: 22/1/2007 Time: 10:05:37 User: N/A Computer: VMPERBI04 Description: Catalog DTS task : Cannot change the variant type to BSTRs in WriteProductsIntoDW() Event Type: Error Event Source: Commerce Server 2002 Event Category: None Event ID: 36880 Date: 22/1/2007 Time: 10:05:38 User: N/A Computer: VMPERBI04 Description: Catalog DTS task : Error writeing categories and products Event Type: Error Event Source: Commerce Server 2002 Event Category: None Event ID: ...Show All
Minherz Clear IE History From C#
How can I do this I've tried a bunch of foreach statements, even tried some Win32 stuff, and I havent been able to do it... the history folder is hidden. I'm able to retrieve all the contents, well, the dat files which represent in Windows the timings (Today, Friday, Thursday....2 weeks ago etc...) string[] theFiles = Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.History), "*", SearchOption.AllDirectories); You could try deleting the file, going through each item in the array[] and doing a System.IO.File.Delete() does this help I have set the documenttext property, but I haven't navigated the webbrowser. Hi xRuntime Your problem interest me too. Looked codeproject ...Show All
preps Need some feedback or advice for my web site
Hi I am in the progress of developing a web site whereby developers can do free online tests on various programming languages. I would just like some advice or feedback on ways to improve the site or other comments of the site The site is http://www.quiznetonline.com Thanks in advance Mark Great!!! thanks for the feedback and I will definitely review the comments... Thank You Mark I tested it quickly and I am not sure if I see the whole question. I checked the C# quiz and question two seemed to be incomplete. I didn't see the whole code for it but it also seemed the questions answer was incorrect. Appreciated the feedback...Thanks I too flunked most Seems god site, fun stuff is a good ...Show All
Randy R Product with two prices
Hi, I have have a Variant Product which belongs to a Product Family. Now i want that this Variant Product can have 2 prices as one is the normal ListPrice and the Order is the price which encludes 1 year maintenance. How can I do thad Simply add the second price to the custom properties but then I have to change the whole site and all the Pipelines. Is there an other way, one that is easier Thanks What about creating a "relationship" to a seperate maintenance product Then, when the customer adds the primary product to the basket, you check some business rule (or user selection) to see if you should also add the appropriate maintenance product (also make sure you have rules to remove ...Show All
rtaiss Free Online Visual Basic 2005 book
I have recently made my book free, sponsored by AdSense of course. The book is designed for non-programmers. After many hours of tweaking javascript I have finally completed most of the design of the page, so that it works with google and also so that there are no frames. If anyone would like to help with the book, ie: make it better, then feel free to contact me here or at the site. You can find the book link in my signature... nowhereman1960 wrote: Is it posible to read it off line Well, I suppose you could print it robinjam wrote: C# and C++ are fairly similar, so there isn't really much point in putting both in the book. BTW, what's going on with your site Half the links are br ...Show All
AlucardHellSing Trouble verifying services
I have followed all of the steps in the online installation guide, and restarted IIS. I have also verified that a folder was created for each web service (\Intepub\wwwroot\siteCatalogWebService; Intepub\wwwroot\siteMarketingWebService; Intepub\wwwroot\siteOrdersWebService; Intepub\wwwroot\siteProfilesWebService). Then the guide says to visit the web page for each service (point browser to http://localhost/siteCatalogWebService/CatalogWebService.asmx ). I get a web page showing the methods of the service for the Catalog and Profile services, but when I point to the Marketing or Orders page I get an error saying: Configuration Error Description: An error occurred during the processing of a configuration file required to service ...Show All
Ashish Saxena Developer Solutions team needs you! Well your ideas anyway...
Hi everyone, I'm a PM on the Developer Solutions team (I work with Joe), and I need some input from you all. I'm putting together a roadmap for some of our future Power Toys work, and we need some good ideas. I've posted about what I'm looking for over on my blog so if you're interested in helping us out, pop on over and check out my post. Thanks in advance for all the great ideas I know you'll send us. :) -Jeremy Kelley i know i won't be spending money on anything that dosen't do the job i need it to, and that would include VS without support for the database i already have infromation in. I suppose anyone else with MySQL databases setup already who want to develop a web or desktop app to util ...Show All
Karim Hemani How to Copy & Paste a GIF
Hello, I'm not sure that this is the correct fourm, but in the good old days I was able to copy a GIF that was either in IE or an email and paste into another document or a directory. Either this function is gone, or I don't know how to copy and paste. Could you please educate me. Thanks ...Show All
CESAR DE LA TORRE Roaming Users
Hi there, I have a question regarding roaming users. I have a central site which is connected by a T1 link to the internet. Now I want to add 50 roaming users that connect via dialup (Outlook 2003 cached mode) and 50 users that connect via dialup (OWA) to the simulation, each with a different usage pattern. I can't simply create new client profiles. Do I have to create new sites and put client profiles in there But then I have to configure the connection speed for the site and for the client profiles in there. Also, it seems I cannot configure different usage patterns for the client profiles. I am a bit lost here. Any help would be appreciated. Thanks in advance & regards, Thomas Liss ...Show All
JRQ Lan conection settings
Since I installed IE7 my lan conection settings keep changing the Auto find keeps unchecking its self can you tell me how to fix this problem melcrewe@hotmail.com Hi, This forum is for developer related questions for IE. For general support please see the page at http://www.microsoft.com/windows/ie/support/default.mspx One thing to check is if you have any extensions to IE installed adn disable them through the addon manager to see if that helps. Thanks -Dave thank you mel ...Show All
