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 >>
|