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 > december 2003 > threads for friday december 12

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

Dollars to Pounds
Posted by Calvin at 12/12/2003 7:38:59 PM
Hi, I'm developing an eCommerce site and need to change the currency displayed from Dollars to Pounds. SqlServer field is set to Money. Then on Product List page, following code is used... "<span class="ProductListItem"> <b>Price: </b> <%# DataBinder.Eval (Container.DataItem, "Unit...more >>

PropertyInfo SetValue Question
Posted by Tony Tullemans at 12/12/2003 6:00:26 PM
I am trying to write a subroutine that will examine all the properties of a form to determine which of those are SqlCommand objects, and then set the Connection property of those SqlCommands to a passed-in SqlCommand object. I can find the properties OK but am unsuccessful in trying to ch...more >>

Not having Same Signature???
Posted by JohnT at 12/12/2003 5:46:02 PM
I'm using VB.net (2000 standard) I've a ListBox with Checkboxes... I'm trying to figure out how to get the the number of items checked as a User checks and un-checks them. I can do this IF I have the User 'click' on the ListView (after checking items) and use the LB SelectedIndexChanged even...more >>

Solution: PrintToFile Shortcoming In The Printing / PrinterSettings Class - Hope It Helps You
Posted by hirebrian NO[at]SPAM hotmail.com at 12/12/2003 5:26:35 PM
Sorry for the cross-posting, but based on the number of people I have seen ask for a solution to this problem, I hope by cross-posting this, that it will help a lot of people out of a common problem. Have you ever wanted to use print to a file using the System.Drawing.Printing namespace only t...more >>

can the msgbox be set to display on another part of the scrreen
Posted by newbie at 12/12/2003 3:45:55 PM
Is there a setting that can be set for the msgbox to pop up on another part of the screen instead of dead centre....more >>

Need to convert $4.58 in the web text box to SQL Server.
Posted by culam at 12/12/2003 3:14:21 PM
I have a webapp that allows user to enter amount in the textbox then insert or update into SQL Server database as decimal(13,4). I can update other fields OK, except the currency field one. Is there a function I can convert $4.58 from text box into decimal. Thanks, Lam...more >>

VS.net Debugger doesn't work anymore since I installed Office 2003
Posted by Rvo at 12/12/2003 2:52:21 PM
Hi all, I used to have Visual Studio.net (version 2002) on my PC and it was working just fine, then I installed Word 2003 and after that I could no longer debug applications in VS.net I always got the following error message: "Error whle trying to run project: Unable to start debugging. The de...more >>

VS.NET settings file location?
Posted by Will at 12/12/2003 2:02:42 PM
Hello all, The IT department at my company recently migrated all of our PC's to an Active Directory domain. In the process, a new user profile was created under the "Documents and Settings" folder, and all of my Visual Studio settings have been reset. Obviously these settings are tied to the use...more >>



ASP.Net 1.1
Posted by fripper at 12/12/2003 1:40:58 PM
I installed IIS some months ago and just recently installed Visual Studio 2003. When I open a new web project it tells me that the web server is using ASP .Net 1.0 and suggests I upgrade the server to ASP .Net 1.1. I had thought that when I installed VS 2003 it would have taken care of t...more >>

VB & OOP Question
Posted by hifchan NO[at]SPAM yahoo.com at 12/12/2003 1:40:19 PM
SqlParameter is a class, consider the following statements: 1> Dim Q1() as SqlParameter 2> Dim Q2 as SqlParameter() 3> Dim Q3() as SqlParameter() - Q1 is an array of SqlParameter type. - What is Q2? - Is Q3 an array of what? Thanks!...more >>

Hex to Byte
Posted by Gerald at 12/12/2003 1:09:18 PM
Anyone have a quick code sample showing how to convert a Hex string into a Byte array? ...more >>

Specify probing location WITHOUT app.config?
Posted by JD at 12/12/2003 12:16:41 PM
I've got a Windows Forms application that I'd like to NOT have an app.config file for. There are, however, a few "utility" assemblies used by the application and I'd like them to be in a subdirectory of the main app directory: c:\mainapp c:\mainapp\libraries I'm wondering if I can programm...more >>

Application Design idea.
Posted by DotNet at 12/12/2003 11:49:19 AM
hi I am currently developing an Access DB driven windows application in c#. I need some help on design ideas. There are two ideas I am considering. 1. Use dataset. 2. Have a middle layer. Map each table in database as object(for example, Table customers would be mapped to Customer object). Use...more >>

"Print" to Screen in Console app
Posted by Ken VdB at 12/12/2003 11:46:07 AM
Hi everyone, One of the things that really interested me about VS.net was that I can now create a console based app using VB. I have a number of QuickBASIC 4.5 apps which we are still using and for which I still have source code. I would love to port these to VB.net but can't figure out how ...more >>

Authorize HTTPHeader
Posted by Bill Belliveau at 12/12/2003 8:21:10 AM
Hi all, I’m trying to read a values out of the ‘authorization’ host header. I can get the values easily enough, but the ‘authorization’ header is somewhat allusive. For connections requiring authorization the process appears to flow: Client -> Server [request] Client <- Server [401...more >>

.NET and Win32 application
Posted by Krzysztof Malinowski at 12/12/2003 4:09:13 AM
Hi all, I have a general question. Does the .NET framework influence the older Win32 application? I mean the situation after installation .NET framework. Regards Krzysztof Malinowski...more >>


DevelopmentNow Blog