RE: MI-L Dot NET

2004-12-16 Thread Mark Duksta
Doug, I've been doing some dot NET programming using MI MapExtreme 2004. First you'll need a copy of Visual Studio .NET. I've been doing all my coding in C#. I went to a MapExtreme 2004 class at MapInfo and everyone in the class was using C#. I would consider using C#. It's reminiscent of

Re: MI-L MapXtreme 2004 Problem?

2004-10-28 Thread Mark Duksta
Thanks for the reponses everyone. Thanks Reda. I made the change in the web.config file and now it works great. Mark - Original Message - From: [EMAIL PROTECTED] To: Mark Duksta [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 28, 2004 5:38 AM Subject: Re: MI-L MapXtreme

MI-L MapXtreme 2004 Problem?

2004-10-27 Thread Mark Duksta
Hello All, I have a MapInfo .NET problem. I display an aspx page inside an iframe that is on an asp page which is located on another server on another domain. After the initial query and display of points, if the user zooms in using the zoom tool the points disappear. If the aspx page is viewed

MI-L MapXtreme 2004

2004-10-15 Thread Mark Duksta
Hello All, Using SQL I'm inserting records in a temporary table (TableInfoMemTable) . I'm displaying the results on a map control on a Web form. I can't figure out how to see how many records are being returned. How do I do this? Any help would be appreciated. Mark