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 > june 2005 > threads for thursday june 16

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

Question about table on ASP.net
Posted by Ed at 6/16/2005 9:51:08 PM
hi, My problems are; 1.How can i fix size of table? i create from 800*600 when open up more resolution the table expand follow (i set table property "width =100%" i know this is a my problem ) But i don't know how can i solve this problem i would like to lock table size for suit 800*600 whic...more >>

Concurrent access COM+ component issue
Posted by william at 6/16/2005 7:38:01 PM
Hi all, I got a serious urgent issue about COM+ component access. The thing is: I developed a component(called comA) using VB, and another component(called comB) using VB.NET, both of them are in same COM+ application. The concurrency setting is Required for them. From asp(or asp.net) page, ...more >>

What To Use Instead of "New" Keyword When Creating Class Array
Posted by Paul Auleciems at 6/16/2005 6:08:05 PM
Hi: I'm having trouble using an Object which is created based on the following: Public CarDetail () as Car Where the CLASS "Car" is defined as: Public Class Car Public Doors() as string Public Color as string End Class While it appears that I can create the "CarDetail" Object...more >>

New PC: Media center or Pro?
Posted by Eric at 6/16/2005 5:57:06 PM
Hi, I am a casual developer using .net. I currently use SQL Server, handhelds (compact framework) and limited desktop development. I would like to get into ASP and web development, I think. I'm about to get a new system. I would like some of the media center features. Does this limit...more >>

Getting Network Connection Status on Win2K
Posted by dotNetDave at 6/16/2005 5:43:03 PM
I just discovered that this: Dim searcher As New Management.ManagementObjectSearcher("SELECT NetConnectionStatus FROM Win32_NetworkAdapter") For Each networkAdapter As Management.ManagementObject In searcher.Get() does not work on Win2K to get the network connection status! Does anyone ha...more >>

table row count of 0 for populated table
Posted by zbobby at 6/16/2005 4:18:02 PM
I have a tblLoanList.Rows.count returning as 0 but I can see the table rows in the browser and there are 2 plus my header. I have the table generated off of a button click and another button whose click event does the row count. Why does it think my table is empty?...more >>

Referencing a checkbox in a table row
Posted by zbobby at 6/16/2005 3:44:03 PM
Created a checkbox and added it to a table row NewCell = NewTableCell Dim NewCheckBox As New CheckBox NewCell.Controls.Add(NewCheckBox) NewRow.Cells.Add(NewCell) I know how to reference the table row I want after the table is built, but how do I reference the checkbox's properties like .c...more >>

Which is better, C# or VB, and why?
Posted by lastusernameleft at 6/16/2005 3:16:06 PM
i've been researching this issue for a while and can't come to any conclusive answer, mostly it seems to be a preference over syntax, some saying c# is elegant while vb is clunky, or that c# is geeky while vb is more naturally legible. there dont seem to be many capabilities in one over the ot...more >>



Is the UIP application block compatible with beta 2?
Posted by jacobryce at 6/16/2005 12:57:06 PM
Does anyone know if the UIP application block can be used with beta 2? I get the following error and can't seem to fix it: Error loading UIP config parameters. The original exception is: Wildcard '##any' allows element 'statePersistenceProvider', and causes the content model to become ambigu...more >>

Disable and Enable objects on mass???
Posted by Steve at 6/16/2005 12:35:04 PM
Using Visual Studio .NET 2003 with C# I have a screen which is used to View, and Update a load of fields. The fields are displayed in TextBox objects and are databound to a typed dataset. I have a toolbar with Add Update and Save buttons on it. When the user goes into this screen I wan...more >>

Please Help
Posted by MG at 6/16/2005 11:50:02 AM
Hello All, The following code give me this error: Index 3 is not non-negative and below total rows count. Line 452: Private Sub cboSellers_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cboSellers.SelectedIndexChanged Line 453: Dim Par...more >>

Random OutOfMemoryException in .NET Windows App
Posted by rubixxcube at 6/16/2005 11:35:15 AM
Randomly my application throws the following exception, and of course it only happens in production and i can't reproduct it in Testing. Does anyone know what causes the following exception: An exception of the following type occurred: System.OutOfMemoryException Stack Trace From Exce...more >>

1 Solution, 2 Projects?
Posted by Bryan at 6/16/2005 11:29:23 AM
Hi All, I'm building an web site with two pieces. A public piece, and a password protected administrative piece. Using VB.net 2003, I created a new solution and project for the public piece. This will run in the root of my server (www.whatever.com). Works, no problem. Now I need to cre...more >>

Access is Denied
Posted by RbanBph at 6/16/2005 10:53:02 AM
I am using VB.Net for my applications and Clear Case for Configuration management. When I chkout the files, do changes to the vb-forms and try to save, then DotNet Environment gives me ACCESS IS DENIED message. This doesnt seems to be ClearCase problem since i am able to modify other (text...more >>

.Net Windows Service Issue
Posted by tmagney NO[at]SPAM gmail.com at 6/16/2005 9:33:26 AM
I have created a windows service in VB.Net called 'Import Agent'. In the event log, when the service starts, the source is listed as Service1. Everywhere else that matters, like the MMC, my project and solution names, and the name of my service class all have the correct name. I changed the s...more >>

Selecting records from DataTable?
Posted by Job Lot at 6/16/2005 8:36:06 AM
Is it possible to run a select query on DataTable object? Say for instance, my DataTable had following structure StudentID, SubjectID, Score Now, I want list of Score where Score IS NOT NULL SELECT Score From TableName WHERE Score IS NOT NULL ORDER BY Score Thanks ...more >>

OT: Rant - Programmers
Posted by Luc The Perverse at 6/16/2005 4:22:58 AM
My c: drive is my swap drive and hence completely full. My D drive is my windows install directory. So . . .java won't install because it says I don't have enough disk space Windows pesters me telling me my drive is full, and I have to do a registry tweak to shut it up Yahoo pager inst...more >>

Interprocess Communication
Posted by Daniel at 6/16/2005 12:54:39 AM
I search for a good way to communicate between processes. I have a main application(might be more instances) and an tool that should exchange information such as which user is logged in into the application and more. Now i'm doing it by sending API WM_COPYDATA messages with SendMessage. Our u...more >>

THE Multi Column ComboBox
Posted by DraguVaso at 6/16/2005 12:00:00 AM
Hi, The Multi column comboBox is a well spoken control, that a lot of people desire, and a lot of people buildtheir own. I tested a lot of them, but none really was what i wanted to have. But does anybody knows where I can find the best Multi column combobox? One that supports a lot of column...more >>

Find in Files!
Posted by Giang Pham at 6/16/2005 12:00:00 AM
Dear all, I don't know that when I click on button "Find in Files" it doesn't work. It always send me a meesage: Find all "i", Subfolders, Find Results 1, Entire Solution, "*.*" No files were found to look in.Find was stopped in progress. Thank you alot, Giang. ...more >>

running sql against a table
Posted by Rod at 6/16/2005 12:00:00 AM
I would like to be able to do the equivalent of the Access command DoCmd.RunSQL mySQLstring on tables I have in my dotnet application. The particular case I have in mind is updating one table using data from the other. Is this possible and if so how?? many thanks in advance Ro...more >>

Find in Files
Posted by Giang Pham at 6/16/2005 12:00:00 AM
Dear all, I have one problem: when I re-manage all files in my project by using many new folders, I couldn't use the function: "Find in Files" ... it always have a result like this whatever I put in any characters: Find all "i", Subfolders, Find Results 1, Entire Solution, "*.*" No files we...more >>


DevelopmentNow Blog