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 > april 2005 > threads for tuesday april 26

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

Clipboard
Posted by JohnK at 4/26/2005 3:46:03 PM
I'm trying to copy/paste via the clipboard a queue of objects Clipboard.SetDataObject(myQueue) 'the queue contains 7 of my objects some place else I do iData = Clipboard.GetDataObject() myQueue = DirectCast(iData.GetData("System.Collections.Queue", True), Queue) myQueue always ends...more >>


Windows Service stops in its tracks, halts; no exception, no explanation
Posted by MatthewRoberts at 4/26/2005 3:28:38 PM
Howdy All, I have a Windows Service that often stops in its tracks with no exception and no explanation on our QA system. During testing on the development machine, it can handle any workload, and complete with no problems. Even during testing on another test machine, it can handle any work...more >>

Datagrid customization
Posted by amber at 4/26/2005 3:12:04 PM
Hello, I have a datagrid with about 5 columns. It's datasource is a dataset that also contains a 'comments' field, but I'm not displaying it, as it would take up too much space. What I would like to have, is a small 'button' in each row, that displays if a comment exists for that record, but...more >>

@Page Attributes: ClassName vs. Inherits ??
Posted by Ben R. at 4/26/2005 12:00:04 PM
Between ClassName and Inherits, which attribute is set to specify the class that a page uses? I would think that would be inherits. Further, the description for ClassName is: Specifies the class name for the page that will be dynamically compiled automatically when the page is requested. Th...more >>

Retrieving values from dynamic controls
Posted by Victor at 4/26/2005 11:45:07 AM
I have dynamically created n number of text boxes in a form like txtQL(1), txtQL(2) , ...txtQL(n) How I retrieve the values in a loop? I'm confused as to how to approach this! Please help. Thanks for your time....more >>

Need some logic help
Posted by Mike at 4/26/2005 9:47:19 AM
Hey guys I need some help with updateing an access database. I used OleDB controls to set up my connection, adapter, and dataset. The access table I am trying to update has these columns in this order: CustomerID Username Password Email CustomerName BillingAddress ZipCode PhoneNumber ...more >>

VB.NET databind to drop down list
Posted by Andy at 4/26/2005 7:21:04 AM
I have a stored procedure in SQL Server that returns a list of names that I would like to bind to a drop down list. This is the code I have, but it is not working correctly. The drop down contains System.Data.DataRowView Dim ConString As String = ConfigurationSettings.AppSettings("cs") ...more >>

System.Drawing.Graphic.VisibleClipBounds
Posted by Brett at 4/26/2005 7:06:03 AM
I have a program that prints 2 different reports and I have 2 different printers (hp 9000, hp9050). The first report prints perfectly on both printers. The second only prints pefectly on the 9000. On the 9050, I only get a small square's worth in the upper left corner. I've narrowed th...more >>



NO MORE FILE IDENTIFIERS?
Posted by Mark Escandon at 4/26/2005 5:12:02 AM
I have a database client app written in vb.net. It runs continuously for a couple days and then it loses its connection to the the file server. Actually, if I open up Windows Explorer to open a network folder I get a system error "No more internal File identifiers". If I close my app and rest...more >>

script to automate "copy project"
Posted by interuser at 4/26/2005 4:12:41 AM
I want to automate deployment that I now do using the "copy project" button. Is there a script that does this or ideas how to make one? I do not want to make a deployment project or use xcopy , so please do not suggest these:) ...more >>

Free ASP Web Server Engine...
Posted by Kerem Gümrükcü at 4/26/2005 12:00:00 AM
Hi, after some time of hard work it was impossible to bring my IIS back to life. My complete OS (XP-Pro) is heavily damaged due a hardware crash. i had to recover my harddsik from a heavily damaged one over to a new h-disk. after that "transition" my xp was no more able to run the iis and some...more >>

Which is better? VS.NET or Eclipse?
Posted by Sam Huang at 4/26/2005 12:00:00 AM
Hello, In a neutral perspective, which one is better? Regards, Sam Hwang ...more >>

newbie to asp.net...
Posted by dave at 4/26/2005 12:00:00 AM
I'm using XP pro and devloping web app using studio 2003. This is very = basic application , just trying to connect to database (sql 2000) which = is hosted somewhere else. when i hit debug button i am getting following error.. Login failed for user '(null)'. Reason: Not associated with a trus...more >>


DevelopmentNow Blog