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 > may 2005 > threads for sunday may 8

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

Mono mySql Demo
Posted by John Bailo at 5/8/2005 11:17:35 PM
Retrieves a table from a mySql table into a Datagrid. Uses mono asp.net on a Suse Linux system: http://texeme.com/AspNetOnApache/Presidents1.aspx Shows aspx.net source code. -- Texeme Construct http://texeme.com...more >>

IOException!!!!!!
Posted by Thaynann at 5/8/2005 8:27:12 PM
can anyone tell me why i sometimes get an IOExcaption with the following code line1: fs = new FileStream(file, FileMode.Append, FileAccess.Write); line2: stream = new StreamWriter(fs); the problem happens with the above and also with stream = File.AppendText(file) can anyone help? ...more >>

VS.Net and Crystal Reports and Asp.Net
Posted by BillG at 5/8/2005 6:15:50 PM
I am able to successfully view my report in the CRViewer on a webform. I have passed parameters to the report and it shows up just fine. I go to export the report to PDF by clicking on a button. The button sets up all the options and then calls MyReport.Export(). The report errors and says...more >>

Random
Posted by Efrain at 5/8/2005 4:41:07 PM
Can somebody help me out? I need the code to generate a random number between 1 and 100....more >>

Summing Timespans
Posted by BillG at 5/8/2005 8:34:02 AM
I have a datagrid with a start and an end time. I subtract the start time from the end time in each row and place the difference into a TimeSpan variable. Now I want to total up the Timespans and get the total number of hours taken. Dim HourSum as Decimal = 0.0 Later in a method I call...more >>

Multiple .NET on same machine
Posted by Logicalman at 5/8/2005 5:14:04 AM
Hi, I attempted to load .NET 2.0 on my meain development machine, but it refused to load as I already have 1.1 installed. The error message is as per Microsofts installation notes (http://www.microsoft.com/downloads/details.aspx?FamilyID=B7ADC595-717C-4EF7-817B-BDEFD6947019&displaylang=en) ...more >>

Override default MDI behavoir
Posted by Eyvind W Axelsen at 5/8/2005 12:00:00 AM
Hi. I am creating an application (primarily in C#), with MDI child windows. What I would like to do, is to override the default behavoir that makes a newly createad child form maximized if the topmost childform that already exists is also maximized. Furthermore, if I maximize one form, I do...more >>



DevelopmentNow Blog