Re: [DOTNET] Last! (NOT)

2002-07-02 Thread Mathieu Rachlin
this is the list that never-really-ends... la la la... -Original Message- From: Buksbaum, David [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 1:41 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Last! (NOT) yes -Original Message- From: Zane Thomas [mailto:[EMAIL PROTEC

Re: [DOTNET] Trace Access Database Activity

2002-06-26 Thread Mathieu Rachlin
Hi again Avi, Sorry about the confusion, I didn't notice the MS-Access requirement. This may be of more use to you... (I've cut a snippet out from: http://www.microsoft.com/Mind/1198/faq/FAQ1198.ASP) ODBC Trace is another useful utility for databases that don't have tracing facilities like t

Re: [DOTNET] Trace Access Database Activity

2002-06-26 Thread Mathieu Rachlin
#x27;back-end' ? Its MS-Access not MS-SQL Server. -Original Message----- From: Mathieu Rachlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Trace Access Database Activity Hi Avi, Depending on your back-end, you can

Re: [DOTNET] Trace Access Database Activity

2002-06-26 Thread Mathieu Rachlin
Hi Avi, Depending on your back-end, you can create a trace. With SQL Server, for instance, if you click on your server of choice in the Enterprise Manager, you can then select the "Create Trace" option. Check out "Books Online" for more information. HTH, - Mat -Original Message- Fro

Re: [DOTNET] BUG:

2002-05-06 Thread Mathieu Rachlin
Try using a + ? -Original Message- From: Andy Elmhorst [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] BUG: OK, Now I'm really getting stuck. It turns out that if any part of the URL to the executable file contains a space, I get

Re: [DOTNET] Extracting the Title of a Page from CodeBehind?

2002-05-02 Thread Mathieu Rachlin
Joseph, Does ASP.NET not expose the actual page as an object? I believe it is simply called "Page". You could do something like: Sub Page_Load Dim oControl as LiteralControl For Each oControl In Page.Controls If (UCase(Left(oControl.Text, 7)) = "") Then

Re: [DOTNET] Extracting the Title of a Page from CodeBehind?

2002-05-02 Thread Mathieu Rachlin
My bad... I didn't see this post. (I even forgot the Runat="Server".) Feel free to delete! -Original Message- From: Patten, Dave [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 3:59 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Extracting the Title of a Page from CodeBehind? H

Re: [DOTNET] Extracting the Title of a Page from CodeBehind?

2002-05-02 Thread Mathieu Rachlin
Hi there, I have not yet created any ASP.NET pages, let alone codebehind, but I'm wondering if you can't just assign the tag an ID attribute. Would this not expose the tag in your codebehind as a generic HTML object (HTMLGenericControl)? You could then have something like: given: This is my

Re: [DOTNET] DateTime/Calender Questions

2002-05-02 Thread Mathieu Rachlin
Do you plan on being around that long? - Mat -Original Message- From: Scott Densmore [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 12:13 PM To: [EMAIL PROTECTED] Subject: [DOTNET] DateTime/Calender Questions So why does the calendar control only go to 12/31/9998? What is the

Re: [DOTNET] remoting vs. web services

2002-05-02 Thread Mathieu Rachlin
I think the idea is that you should use SOAP if you are crossing a firewall. Therefore, If Firewall Then Use WebService Else Use .NET Remoting End If I could be wrong... but that's what I'm hearing.. - Mat -Original Message- From: Wang, Yongjian [mailto:[EMAIL PROTECTED]] Sent: Thurs

Re: [DOTNET] From C# to VB.NET

2002-05-01 Thread Mathieu Rachlin
Hi there, Oh wow, I had never come across the "using statement" versus the "using directive". I did a quick search and came across this... Perhaps this will assist you:[1] I think that is a C#-only feature. - Mat [1] http://www.gotdotnet.com/team/libraries/whitepapers%5Cresourcemanagement%5C

Re: [DOTNET] From C# to VB.NET

2002-05-01 Thread Mathieu Rachlin
Perhaps you mean "with" ? Like: With oSomething .Property = "abc" .Method("def") End With ??? - Mat -Original Message- From: Henrik Enemark Rasmussen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: [DOTNET] From C# to V

Re: [DOTNET] Pls post in plain text, was Re: COM + Deployment

2002-05-01 Thread Mathieu Rachlin
It begs the question "why"? Do you write e-mail to people on green screens? =P I'm only kidding... I agree about the comment about LISTSERV resolving the issue. In reality, I think that's the only viable solution... - Mat -Original Message- From: Daniel Morgan [mailto:[EMAIL PROTECTED

Re: [DOTNET] Enterprise Architect - Visio Modelling

2002-04-30 Thread Mathieu Rachlin
he Unified Process ;) The one I suggested is a condensed methodology that I've found useful. I wear all the hats. (Analyst, Designer, Developer, etc...) Anything by (Booch, Rumbaugh or Jacobsen) is good. They all have their specialty. Good luck. -Original Message- From: Mathi

Re: [DOTNET] Enterprise Architect - Visio Modelling - (Use Cases)

2002-04-30 Thread Mathieu Rachlin
on't want to start a religious war here, but before you look at other books, at least read the chapter in this book about UML use case diagrams. -Ethan. -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Mathieu Rachlin Sent: Tuesday, April 30, 2002 2:2

Re: [DOTNET] Enterprise Architect - Visio Modelling

2002-04-30 Thread Mathieu Rachlin
pts IS Dept. 610-491-4879 email: [EMAIL PROTECTED] Mathieu Rachlin cc: Sent by: dotnet Subject: [DOTNET] Enterprise Architect - Visio Modelling discussion

Re: [DOTNET] Enterprise Architect - Visio Modelling

2002-04-30 Thread Mathieu Rachlin
l: [EMAIL PROTECTED] Mathieu Rachlin

Re: [DOTNET] Enterprise Architect - Visio Modelling

2002-04-30 Thread Mathieu Rachlin
Thanks James, that clears things up for me somewhat. I do agree that some of this modelling should be open and high-level. In my experience, getting too specific too soon only spells trouble once the business people change their minds (or make a decision, whatever!). - Mat -Original Messa

[DOTNET] Enterprise Architect - Visio Modelling

2002-04-30 Thread Mathieu Rachlin
Hi everyone, This is actually my very first post. I just wanted to take a moment to thank everyone for keeping things so active in here. I find that even by just being an observer, I'm learning alot about .NET (vicariously however!). I installed VSEA today as well as Visio. I'm somewhat new to