Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > march 2004 > threads for thursday march 4

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Auto Update component
Posted by Indian Ahir at 3/4/2004 10:26:07 PM
How to use auto update component of .NET like windows auto update facility which runs directly??...more >>


is it a bug? ASP.NET
Posted by hansen at 3/4/2004 9:32:06 PM
hi all, i've designed a web form using ASP.net, everything works fine but 10% of the end users see the fon't very large on their screen. All pcs are the same with windows XP and the same IE 6. is it local to the user PC or is it something with .NET? thanks, ...more >>

Exists(graphic file on web)?
Posted by Jim M at 3/4/2004 8:24:26 PM
Does anyone have a method to determine if a graphic file exists in a certain web location so that I know to display it or a substitute file? Thanks in advance. ...more >>

Dropdownlist Problem
Posted by Pascal at 3/4/2004 5:46:30 PM
Hi, I have several dropdowns in my aspx-page and read the values after I press a save-button. from these dropdowns which are filled from database via databind() I always get the value which was selected at page load. changes are not recognized. the dropdowns which are filled = staticly in t...more >>

ODBC Insert into a FoxPro free table in VB.NET
Posted by Ben Harris at 3/4/2004 4:51:07 PM
Attempting to read records from Sql Server and load a FoxPro Free Table. Can not locate the "proper" format for the execute command that will use the sql insert string and actuallyadd records to the free table. Any and all suggetsions are welcomed. ...more >>

Removing \0 characters from string.
Posted by Hadi at 3/4/2004 4:06:06 PM
Hello, How do I remove \0 character from string using c#. Thanks Hadi ...more >>

delegates
Posted by ichor at 3/4/2004 4:01:32 PM
hi, i have read about delegates from the msdn site. but fail to understand where they can be used ? are they similar to events ? a good example of where i can use delegates would be helpful thanx ...more >>

FileSystemWatcher
Posted by Ryan Rogers at 3/4/2004 3:49:55 PM
Does The Filesystemwatcher class work though a DFS?? ...more >>



Transactional Components
Posted by Darren B at 3/4/2004 3:44:57 PM
Does anybody know how MS recommends we write a middle tier than requires trasactional processing. Is Com+ still what we should be using for any new projects as I also heard that you cannot buy VB6 anymore?? ...more >>

Good book on Concurrency
Posted by Chris at 3/4/2004 3:01:09 PM
Hi What is a good book on Concurrency? One that has alot of examples Thanks...more >>

smtp email do not work with normal user rights >
Posted by simo sentissi at 3/4/2004 2:58:09 PM
Hello I have a vb.net app from where I send emails using the smtp .net class. I was developping it under my user rights (admin), but when I run it as a normal user it faces an error of the sort of can't load cdo...... I checked and all the cdo dlls are installed. doe anybody have an idea ? I...more >>

Error loading XML file c:\...\machine.config Request for the permission of type System.Security.Permissions.StrongNameIdentityPermission
Posted by Chris at 3/4/2004 1:00:01 PM
I have seen the posts on various places on the internet about .NET framework mismatch issues and I don't think that is my problem. ; ) When I execute the following C++.NET code: String *ipAddress = S""; IDictionary *server_config = dynamic_cast<IDictionary*>(ConfigurationSettings::Ge...more >>

URL case is adjusted?
Posted by Paul at 3/4/2004 12:47:19 PM
When using the GET request from MSXML2.XMLHTTP component on a web page this talks to an HttpHandler and we are finding that under Windows 2003 Server the Case of the URL has been changed and therefore the paramters that are passed need to be in the correct case. If we do a message box to show the...more >>

Objective, high-level .NET benefits analysis needed
Posted by Keith A. Rowe at 3/4/2004 11:38:43 AM
Please direct me to unbiased resources that discuss the benefits of implementing .NET in the enterprise. Some MS materials are okay, but I need to quote nuetral third parties. I am a developer and appreciate the improvements in productivity and performance, but I must now sell the concept to a...more >>

Trapping right-click on web browser control.
Posted by Hadi at 3/4/2004 11:04:21 AM
Hi, The application that I'm working on need to support tabbed browsing (ie to simulate Mozilla, having a tab control with browser in it). Now I would like to be able to support if the user right-click on a link and select "open in new window" instead of opening a new IE, I want to be able to ...more >>

UNZIP File
Posted by Chris at 3/4/2004 10:36:06 AM
Hi Where can I find info on unzipping file with VB.NET. I need to unzip a winzip file with my application Thanks...more >>

.NET vs. Oracle Developer
Posted by Orhan Aykut at 3/4/2004 10:17:28 AM
Hi, This may be a newbie question though but we're about to start a large s/w project (it will be a scalable "accounting and budget program" in a large scale) and we're planning to develop it in C#, while our customer is leaning towards Oracle Developer because their IT dept.'s past experience...more >>

Insert Speed
Posted by Chris at 3/4/2004 10:11:07 AM
Hi I am inserting 7000 rows in 9 columns, is 11 seconds slow or can that be improved. I am inserting to SQL Server on a server on the network Thanks...more >>

Open Source Dotnet Community
Posted by Vinny at 3/4/2004 10:09:49 AM
Hello, I am a dotnet developer and i would like to become more involved in open source dotnet efforts and the community in general. I see that there are many open source dotnet applications available all over, but i was just wondering if there was a central website of some sort where tho...more >>

Services Start up Order
Posted by dinesh336 NO[at]SPAM hotmail.com at 3/4/2004 7:19:27 AM
Hi, I need to make sure that my windows service (written using C#/.NET classes) starts up *AFTER* IIS. How can I go about doing this? Thanks Dinesh...more >>

Replace curly to iso 8859
Posted by kim_europe NO[at]SPAM yahoo.com at 3/4/2004 6:06:35 AM
I recently changed my web.config file to iso 8859-1 for the request and response encoding. This created another problem: my forms storing information with data type varchar suddenly replace all Windows curly quotes into question marks (?). This didn't not apply with ntext. This said, I can'...more >>

ASP.Net
Posted by Ria Alexander at 3/4/2004 3:56:07 AM
Can any suggest a good book for learning ASP.Net with VB.Net?...more >>

COM+
Posted by Lora Connors at 3/4/2004 3:51:10 AM
How do I get myself started with COM+ for the .NET Framework? Are there any good books that may help me in the process?...more >>

Please Help! How I can disable access to network
Posted by Pola at 3/4/2004 12:31:07 AM
Please Help I am using VC++.NET In my appl I have to disable access to some disks in the network How I can do it thank you Pol ...more >>

How I can get informaiton about CPU
Posted by Pola at 3/4/2004 12:26:05 AM
I am using VC++.NE How I can get information about CPU in the local machine and in remote thank yo ...more >>


DevelopmentNow Blog