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 > august 2005 > threads for wednesday august 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

DataGrid mismatch between grid and scrollbar slider position
Posted by Frnak McKenney at 8/3/2005 6:36:51 PM
I have a (small) multi-table database application which allows edits, print reports, and has two scrolling screen displays which show information merged from multiple tables. I'm having trouble with one of the scrolling displays which is implemented as a DataGrid with several custom DataGrid...more >>

Dynamic WebProxy (Object) Creation Within C#
Posted by Jim Douglas at 8/3/2005 4:51:38 PM
I have a requirement to dynamically create a webProxy object in C#. I have created an instance of the webProxy and stored it within a hashtable then placing the hashtable in cache. When required I can read the application cache and extract the hashtable but I can't figure out how to "create" the ...more >>

problems with MemoryStream.WriteTo(Response.OutputStream)
Posted by Zoury at 8/3/2005 3:03:49 PM
Hi folks ! :O) I'm trying to show a PDF in ASP.NET but I can't get to work properly. here's a portion of my code : '** Dim ms As MemoryStream = DirectCast(m_report.FormatEngine.ExportToStream(reqContext), MemoryStream) If (fileName Is Nothing) Then ...more >>

Remoting Singleton v.s. SingleCall
Posted by JSheble at 8/3/2005 1:55:00 PM
I understand the difference between the two types (Singleton & SingleCall) but what affect does this have if the Remoting Server accepts multiple connections from multiple clients, and they're all sending messages or using methods? Does it (server) manage this automatically? ...more >>

Multiple User Controls per page
Posted by David at 8/3/2005 12:31:04 PM
Hi, I have a page that will need to dynamically use 4 different user controls based on a Query String passed to it. Currently I have the @Register for each control and the <tagprefix: tagname> in a case statement depending on the quesry string. However, when the page is loaded, all 4 use...more >>

Why would .NET code run slower on a 3GHz Xeon box versus a 1.2Ghz
Posted by Rob at 8/3/2005 12:20:02 PM
We are an ASP and are converting our application from VB to VB.NET. Our web farm is a mix of older dual processor 1.2GHz servers and newer dual processor 3.0GHz Xeon servers. When we originally got the new 3.0GHz boxes our VB code thrived on them, dramatically outperforming our 1.2GHz boxes ...more >>

Documenting Class Libraries
Posted by Matthijs ter Woord at 8/3/2005 11:51:39 AM
Hi, I want to document my class libraries' API's. They're all in C#. I could use the inline documentation comments, but I feel, using inline documentation comments makes the source code messy. Are there any opensource tools which allow me to document my library without using the source code? ...more >>

Designing a new form
Posted by thechaosengine at 8/3/2005 11:31:02 AM
Hi all, Does anyone know what would be involved in redesigning the look and feel of the typical windows application form in .net? I've seen applications that have totally redisigned the look and feel of the form, including the minimize and maximize and close buttons. The new styles work ide...more >>



What files needed to install .Net 1.1 on Web Server?
Posted by Wade at 8/3/2005 10:49:02 AM
I would like to install the .Net 1.1 framework on a Web Server running W2K to be able to run ASP.NET files, but I'm not sure where to find the files I need for the .Net framework. I have ".NET Framework 1.1 Service Pack 1" (NDP1.1sp1-KB867460-X86.exe) and "ASP.NET Security Update for .NET F...more >>

calculate Monday's date
Posted by Joecx at 8/3/2005 10:19:01 AM
Does anyone know how to give a date (not today's date) and have the program calculate the previous monday's date from it? Any help would be appreciated. Thanks!!!! Joe...more >>

Public Static TreeView
Posted by Steve at 8/3/2005 8:51:51 AM
Visual Studio 2003 .NET / C# I have a treeview object on a form which acts as the main menu controller for my application. the treeview is always in sight, and the form it is on acts as the main container for the whole application. All other screens are UserControls, which get added and...more >>

June 2005 EAL Question
Posted by Steven at 8/3/2005 7:03:03 AM
I just downloaded the June 2005 release and I want to set up basic logging to log problems such as exceptions. I have created a category named Exceptions with the following: <category name="Exceptions"> <destinations> <destination name="Event Log Destination" si...more >>

DataGrid.Columns.HeaderText problem in ASP.NET ?
Posted by Toma Marinov at 8/3/2005 2:06:02 AM
First, excuse me for my very bad English. I need your help for using DataGrid.Columns[..].HeaderText I have a DataGrid in WebForm . I have a Session variable "LANGUAGE " in wich I storing values ENG or FR. On the page I have 2 linkButtons for the 2 languages - when the user click on the th...more >>

.NET Magazines/Journals
Posted by wh1974 at 8/3/2005 1:35:11 AM
Hello, Could somebody suggest a good magazine or journal targeted at C# .NET development. Thanks, Wayne. ...more >>

Data Access Application Block
Posted by Nick at 8/3/2005 1:00:01 AM
I was just wondering if the MS DAAB is for use with just the SQLServer database, or can it be used with an Access db as well. And if it can, then could someone please point me out to the connection string? Cheers! Nick...more >>

multiple datagrids
Posted by at 8/3/2005 12:00:00 AM
In SQL Server Query Analyzer, if I type in, say, 2 select queries, it returns 2 datagrids of results, with a scrollbar on the right to scroll between the 2 (or more) datagrids. I wanted to implement this in a vb.net application I am writing. Does anyone know how this is done? Any example code...more >>


DevelopmentNow Blog