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 2006 > threads for friday march 3

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

Reloading A Part Of Webpage, Preferred Approach
Posted by batista at 3/3/2006 10:15:58 PM
Hello all, I currently have a webpage which has a grid and using webservice.htc im updating its content after every 5 seconds. Now I want to add two forms at the bottom of the page.One of them contains a gird which I want to be updated(and only that grid) when a user clicks a button. So ...more >>


password set up
Posted by apostolic at 3/3/2006 7:41:27 PM
how can I set my computer to require a password to get online...more >>

NUnit - Looking for a comprehensive (RDBMS) example implementation
Posted by MD at 3/3/2006 5:33:21 PM
Hello I work in a .NET environment and I am about to create a development strategy. As part of this I am looking at implementing a testing tool to fit in with an iterative approach and NUnit seems to be the logical choice. Although it works well with very simple classes, it seems to struggl...more >>

Storing Formulas - Database
Posted by Brian P. Hammer at 3/3/2006 2:21:11 PM
All - I have a project that has a bunch of formulas. I would like to store each of the formulas in a SQL and then load them and have my app execute it. The problem I see is that a Dataset would return the formula as a string and not as a result. Anyone have an idea on how I could accomplish ...more >>

Mixing GDI+ and GDI in .NET application
Posted by Marcin Rzeznicki at 3/3/2006 11:10:22 AM
Hello, Do you think it is legitimate practice to mix GDI+ and GDI calls (via Get/ReleaseHDC()) in paint event of a control? I've heard there is possibility of performance loss while "locking" Graphics object which is done as a side-effect to GetHDC() call - could you confirm? Another question t...more >>

Program running in administrator and guest account
Posted by Cleyton at 3/3/2006 10:40:28 AM
Hello! Someone knows how I can solve it: I've installed my program in administrator account for all users. But i've tried to run in guest account, my program returned fatal error, and it didn't open... In the administrator account works very well! Someone know what's wrongs?!! Thanks!...more >>

Visual Studio 6 and .NET 2.0
Posted by justin.creasy NO[at]SPAM gmail.com at 3/3/2006 10:39:21 AM
Hello, a lab that I help manage just got Visual Studio 6 for its computer science class. We're having problems even getting simple projects to compile on the computers in VS 6. We think one problem might be that we're running .NET 2.0 framework on the same computers for some applicaitons we're t...more >>

Ideas or direction needed for approval path
Posted by Charles at 3/3/2006 8:28:28 AM
I have this .NET web project that I will need to create web forms that will allow employees to request personnel actions (for example, request for vacation time). Depending on what department the employee is in determines who approvals the vacation time and what paths it follows to get approv...more >>



sending mail
Posted by herbert at 3/3/2006 7:05:29 AM
I am a hotmail user. 1) How do I send e-mail from my .NET 2.0 app via hotmail? How should the following lines look like? Assume my hotmail username is HMUN, my hotmail password is HMPW. Dim client As New SmtpClient (...) '??? client.Credentials = ... '??? 2) Of co...more >>

DLL Config Files
Posted by Doug at 3/3/2006 6:47:07 AM
I've seen some info on this out here but nothing that I could find and try worked for me. I have a DLL that I want to have a config file for. As is probably well known, the application that calls that DLL cannot read my config file. Is there no way to accomplish this? I've tried creating ...more >>

Unrecognized attribute 'requirePermission'
Posted by Johnny at 3/3/2006 5:02:36 AM
I created a AddIn for a 3th party COM Application (AutoCAD). In my AddIn I am using the January 2005 release of Enterprise Library. When the .NET Framework 2.0 is installed on a machine I receive the following error when using the Enterprise Library: Unrecognized attribute 'requirePermission' ...more >>

changing PictureBox color border
Posted by Filippo Bettinaglio at 3/3/2006 3:25:28 AM
Hi, I have a PictureBox with the border set to BorderStyle = FixedSingle and it comes up with a nice Black border. How can I change it at runtime? I use VS2005 (net2 framework) Many Thanks, Filippo ...more >>

Asp Net
Posted by Travis at 3/3/2006 2:58:22 AM
Hi , Everytime after I build my solution , I need to register ASP_NET in order to show the web site , if not IIS faild to look on that site .. what is going wrong actually ? Please help .. -- Travis Tan...more >>

Dsiplay tables
Posted by ExDelphi at 3/3/2006 2:36:06 AM
Hi How can I display a list of all the tables created in a database (.mdb Access 2003) using VB.Net 2003...more >>

Create an 100% compatible ActiveX Usercontrol with VB.NET
Posted by Michael at 3/3/2006 2:04:58 AM
Hi I know it sounds grazy to create an ActiveX Usercontrol with VB.NET, where a native tool for this already exists, VB6. The existing ActiveX Control Containers should be able to load dynamically the exisitng ActiveX Controls and also the new one written with VB.NET. We want to make this swi...more >>

Beginning dump of physical memory
Posted by Groenie at 3/3/2006 12:03:19 AM
Hi I am getting a blue screen when booting the pc up with error: "Beginning dump of physical memory". When I reboot the error is goes away only to appear again next time when booting up. Can anyone tell me how to fix this?...more >>

Configuration and Settings
Posted by Kent Boogaart at 3/3/2006 12:00:00 AM
Hi, Can anyone recommend any articles / books that comprehensively cover the new features of .NET 2.0 configuration / settings? So much is changed I'm a bit confused whether to use a settings file, config file for DLL, config file for EXE . . . Thanks, Kent ...more >>


DevelopmentNow Blog