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
May 2008
June 2008
all groups > dotnet distributed apps > november 2003 > threads for november 8 - 14, 2003

Filter by week: 1 2 3 4 5

Data From Datareader to datagrid
Posted by pushpendra at 11/14/2003 9:14:35 PM
Is it possible to show tha data read thru datareader to presented in datagrid...... thanks......more >>


Windows Forms No-Touch Deployment problems using DAO on User-Level Secured Access DB to access groups
Posted by smooges1 NO[at]SPAM yahoo.com at 11/14/2003 11:46:28 AM
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as ma...more >>

Updater Application Block
Posted by Ice at 11/14/2003 7:12:44 AM
All - Just curious to know how (and if) anyone has gotten past the fact the Updater Application block downloads "all" client assemblies during an update. Thanks. Ice ...more >>

Basic usage of the windows forms Datagrid
Posted by Jim at 11/14/2003 6:43:36 AM
Anyone know how to get info from this thing and then update the database? e.g. datagrid1.SubmitChanges? Jim...more >>

Com+ server and config file - how to deploy together ?
Posted by Gawelek at 11/13/2003 4:40:55 PM
In order to deploy my server I do the following : regsvcs /fc MyServer.dll gacutil /i MyServer.dll .... and I don't have to know where actually my dll is placed. It is advantage of GAC. But I want to place config file in the same location, how I can do it, any ideas ? Gawel ...more >>

MSI to install and start a service
Posted by Russ Green at 11/13/2003 1:59:09 PM
I'm using a Setup Project in VB.NET 2003 Standard to install a windows service application. I would like this installer to start the service after install. How do I do that? Thanks, Russ ...more >>

formating the column of datagrid
Posted by pushpendra at 11/13/2003 1:56:53 AM
I want to create a programe in VBnet and want to use the datagrid to show the data Connection and dataset is created thru thecode only...Iin table the data for example a filed for date is there having format as dd/mm/yy but when i want to show it in datagrid it should be day,month and year...more >>

Multi line selection in datagrids
Posted by P Nelson at 11/12/2003 4:41:13 PM
Can someone let me know how I nan select multiple lines in a datagrid? It seems I can only select one at a time. Alternatively, how can I specifically mark certain rows as "selected". The selected rows should have an alternate background color (the default selection color of yellow is fine...more >>



Open Configuration Management Application block error
Posted by RSAGS at 11/12/2003 3:59:14 PM
When I tried to open the solution, i received "The selected file is not a valid Visual Studio solution file". I know this is because I need to make the solution point to framework 1.1 in order to work. Anyone know how to fix this. It works fine with someother application blocks solution...more >>

MDI Parent properties
Posted by Jim at 11/12/2003 12:56:15 PM
Anyone know how to access a MDI's properties from a child form? e.g. changing the value of a statusbar panel? Thanks, Jim...more >>

Resizing forms in vb.net
Posted by Jeff at 11/12/2003 7:12:53 AM
In VB 6 I used to just set a property to false in order to prevent the resizing of forms, does anyone know how to do this in VB.Net? Thanks in advance, Jeff...more >>

MDI Parent / Child in vb.net
Posted by Jim at 11/12/2003 6:18:05 AM
I was wondering if anyone knew how to enable / disable the main menu on a parent Mdi form from a child form? Thanks, Jim...more >>

Microsoft Application Blocks For .Net (Updater) Question
Posted by Buddy at 11/12/2003 1:31:09 AM
Hello Microsoft, Could you please advise me on the following. We have a product that will be installed on a network. Each client machine will have access to the network share and will be give the correct trust to run the application. The current problem we have is that when we start the ...more >>

NLB, Application Center 2000 and Hardware Load Balancing?
Posted by SamIAm at 11/11/2003 4:01:41 PM
Hi there We are looking at having multiple Windows Server 2003 servers running in a web farm to host our .Net Web App. There are a few things that confuse me: 1) Windows Server 2003 includes NLB, does there still need to be hardware in front of the cluster to distribute the load? How is the lo...more >>

Exception Management Application Block Question
Posted by PCC at 11/11/2003 3:27:52 PM
I am using the Exception Managment Application Block on Windows Server 2003 Enterprise and .NET v1.1. If I use the block with an ASP.NET web wervice or in a web application I get the following error: ------------------------------------ System.Security.SecurityException: The event source ...more >>

UIP Application Block
Posted by Benoit at 11/11/2003 8:40:24 AM
Hi, is anybody has an expereience to share with us regarding the UIP(User Interface Process) applicaton block. Is it flexible? Whar are the constraints encontered? What should be improve? What are the performance result while loadding this framework? Anything you whant to share will ...more >>

Development environment
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/11/2003 6:34:14 AM
Hi all! I am a regular computer programmer that is novice in the world of .Net. What i wish "trying" to do is to develop a simple web application using the MS Visual Studio.Net as my only development tool. To be able to do so i intend to use embedded C# in the aspx document in my project as my ...more >>

Difference between a System Architect, Solution Architect, Application Architect and Technical Architect
Posted by vicksoulios NO[at]SPAM spherion.com at 11/11/2003 3:08:14 AM
Hi Folks, I'm not too sure if this is the appropriate place to ask this question, but I'm trying to figure out what some of the main differences between the following Job roles are on an IT Project: * - System Architect * - Solution Architect * - Application Architect - Is this the same as...more >>

How to minimize the CPU usage
Posted by Prasad at 11/10/2003 12:53:37 PM
Hi: How can I minimize the CPU usage of a Windows service. Some times my windows service consumes total 100% of CPU. I want to control this. At any time it should not exceed more than 50%. How can i do this in .NET. Thanks - Prasad ...more >>

Select rows in data grid
Posted by PNelson at 11/10/2003 8:25:30 AM
Can anyone give me a reference to documentation on how to create a datagrid which has a checkbox on each line, and by checking this, that record is marked (say by background color change) as selected? Please let me have this reference refer to VB "code behind". I am sure this is documented...more >>

Sessions
Posted by Naina Mohamed at 11/10/2003 1:23:44 AM
What are disadvantages of increasing Session timeout?...more >>

Security model guidelines - Server-centric implementation - Win2K3 - dotNet
Posted by Bert Nieves at 11/9/2003 10:00:49 PM
Greetings, a) Server environment : Windows 2003 Standard b) Database: SQL Server 2000 c) Development: Combination of VB6 COM+ , ASP.NET, and VB.NET. Looking at potential tracks for an implementation of a server-centric security model for an n-tier, intranet based system. All business logic...more >>


DevelopmentNow Blog