Test =)
sgofvwkqwalnb
--
Test, yep.
<>
True object oriented language whereas php is more like original asp.
-Original Message-
From: Alejandro Sánchez [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 18, 2004 8:49 AM
To: [EMAIL PROTECTED]
Subject: [Mono-list] asp.net or php
what are the advantages of asp.net over php?
--
Aleja
Hi,
On Thu, 2004-01-15 at 21:59, A Rafael D Teixeira wrote:
> Well, mainly, any subclass of Component can be easily (for example, just by
> dragging and dropping in the Visual Studio.NET Form Designers) inserted in a
> container (like a Form, a Control, or any other Component), and manipulated
i believe php is interpreted in contrast with asp.net which is compiled
On Jan 18, 2004, at 7:48 AM, Alejandro Sánchez wrote:
what are the advantages of asp.net over php?
--
Alejandro Sánchez
e-mail: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
___
Mono-
what are the advantages of asp.net over php?
--
Alejandro Sánchez
e-mail: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
___
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
El mar, 20-01-2004 a las 02:01, John Luke escribió:
> Hello,
> The dll mapping trick that is used by Gtk# is not working with todays
> cvs of mono/mcs. It doesn't seem to be looking at $(prefix)/etc/mono/
> config before trying to P/Invoke, and thus tries to open the windows
> dlls instead o
I'm not sure I understand your question.
The ByteFX library should be inserting dates into the database using the MySQL
format. Pulling dates out of the database and formatting them for output
should use your local culture info for formatting.
From:
[EMAIL PROTECTED] [mailto
The value returned, and thus the object in
the DataTable, is a DateTime object. .ToString() on the DateTime object
in the en-us culture shows in MM/DD/ 00:00:00 format. To show in
another format, you can use the normal .NET formatting routines.
-reggie
From:
[EMAIL
Hello,
The dll mapping trick that is used by Gtk# is not working with todays
cvs of mono/mcs. It doesn't seem to be looking at $(prefix)/etc/mono/
config before trying to P/Invoke, and thus tries to open the windows
dlls instead of the .so files. Was this accidently broken in the
runtime?
When I use a SELECT command with MySqlAdapter the data is filled in a DataTable. Why the mysql date format "-MM-DD" change to "MM/DD/Y 00:00:00" when the data is filled in a DataTable. How i can change it?
Consigue tu correo GRATIS en Manizales.com,
dale vida a tus mensajes con más de 300
El lun, 19-01-2004 a las 22:15, Michael escribió:
> I'm a bit of a n00b when it comes to mono. I've been keeping an eye on the
> project for over a year now, but never took the plung until I saw ASP.NET
> is considered to be feature complete. So I setup mono-0.29 mod_mono-0.6
> and xsp-0.8 from sou
On Mon, Jan 19, 2004 at 09:06:16PM +0100, Daniel Pecos wrote:
> Hi!
>
> I have found an issue that I don't know if it's an error or it is ok:
> when I add an attribute named "xmlns" to an XmlElement, then all
> childs that were appended to it or those that will be, all have
> the same attribute bu
Hi all,
I just updated some code on both gborg and mono cvs to add some initial
connection pool for Npgsql.
This code also has many patches from Pedro Martinez about command
builder. Thanks Pedro.
To use connection pool, you have to provide the following info in the
connection string:
MinPoolS
On Sat, 2004-01-17 at 10:28 -0500, Mike Carifio wrote:
> Searching the archive for [Mono-list] seems to reveal that building
> gtkhtml-sharp.dll from source
> is optional and the default is off. If so, how do I turn it on? Pl.
> advise. Thanks.
If you have libgtkhtml3, configure should detect it
What hostname should I use with the red-carpet client when
installing mono-0.29 over fedora? Pl. advise. Thanks.
___
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
Searching the archive for [Mono-list] seems to reveal that building
gtkhtml-sharp.dll from source
is optional and the default is off. If so, how do I turn it on? Pl.
advise. Thanks.
___
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/m
Hi,
I'm trying to install the complete mono package, but xsp doesn't
install:
make[2]: Entering directory
`/home/afonso/C-Sharp/xsp-0.8/tools/asp_state'
../../mkinstalldirs /usr/bin
cp asp_state.exe asp_state.exe.config /usr/bin
cp: cannot stat `asp_state.exe.config': No such file or directory
m
Hi!
I have found an issue that I don't know if it's an error or it is ok:
when I add an attribute named "xmlns" to an XmlElement, then all
childs that were appended to it or those that will be, all have
the same attribute but without content, and RemoveAttribute ("xmlns")
does not work.
I have at
I am getting the following error at the "make install" step for mono.
I have successfully "make" and "make install" mcs, and "make" mono.
Thanks for helping.
/usr/bin/install -c -m 644 System.Drawing.dll
C:/cygwin/home/kho/install/lib/Sy
stem.Drawing.dll
/usr/bin/install -c -m 644 System.Enterpr
Hello Pablo!
Try to install mono but libapache-mod-mono makes an error
zolnott01:/usr/share/doc/xsp/test# apt-get -V install mono libapache-mod-mono mono-jit
mono-utils mono-mcs mono-assemblies
Reading Package Lists... Done
Building Dependency Tree... Done
mono is already the newest version.
l
On Tue, 13 Jan 2004 09:18:42 -0500
Alejandro Ospina <[EMAIL PROTECTED]> wrote:
> Hi!. I want to install Mono 0.29 on my Mandrake 9.2 machine.
> I downloaded the RedCarpet2 client y when I connect and see the list of
> avalible channels I only see two channels: redcarpet2 and Evolution...
> How ca
You need to reference the System.Web, System.Data, and System.Drawing
libraries /r:System.Web.dll /r:System.Data.dll /r:System.Drawing.dll
Cheers,
Jackson
On Mon, 2004-01-19 at 13:17, Shawn Vose wrote:
> Curious to know if the code behind is supported in mono and if so how
> would you go about
Curious to know if the code behind is supported in mono and if so how
would you go about compiling all of the source code in an asp.net(C#)
application?
I attempted to compile a simple asp.net app using code behind and I
received a complaint from mcs saying the following:
mcs -t:library -L /usr/l
I'm a bit of a n00b when it comes to mono. I've been keeping an eye on the
project for over a year now, but never took the plung until I saw ASP.NET
is considered to be feature complete. So I setup mono-0.29 mod_mono-0.6
and xsp-0.8 from source to give it a look.
Every time I try to run anything v
I'm not sure I understand your question. The ByteFX library should be inserting dates
into the database using the MySQL format. Pulling dates out of the database and
formatting them for output should use your local culture info for formatting.
Reggie
>
> From: felipe maya <[EMAIL PROTECTED]>
Hello,
What about the "source projects" and "starter kits" at http://www.asp.net ?
Greetz,
-- Rob.
> -Original Message-
> From: Jackson Harper [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 14, 2004 10:03 AM
> To: Kyle Prestenback
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Mono-list]
Why ByteFX library take other date format that mysql database give in the SELECT command.
Example (mysql DATE field type):
mysql database format -> 2004-01-16
ByteFX format-> 01/16/2004 00:00:00
ANY IDEA.
Consigue tu correo GRATIS en Manizales.com,
dale vida a
27 matches
Mail list logo