User Ben Aston - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T04:55:28Zhttp://stackoverflow.com/feeds/user/38522http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/348204/will-scrummaster-certification-help-with-job-hunting0Will ScrumMaster Certification Help With Job Hunting?Ben Aston2008-12-07T22:18:22Z2009-11-26T04:35:19Z
<p>I realize lots of people look upon certifications with some scepticism, but has anyone achieved ScrumMaster and found a big difference in the response they were getting from potential employers?</p>
http://stackoverflow.com/questions/1694044/is-there-a-limit-on-the-number-of-secondary-google-calendars-a-user-can-create1Is there a limit on the number of secondary Google Calendars a user can create? [closed]Ben Aston2009-11-07T18:57:17Z2009-11-07T20:38:38Z
<p>I'd like to have users of a website have Google Calendars associated with them. </p>
<p>Rather than have each user sign up with google, I'd like to use a master google account and then assign users "secondary calendars", created programmatically.</p>
<p>Does this sound feasible and is there a limit on the number of secondary calendars a given account can create (as this approach will result in a large number of secondary calendars)?</p>
<p>Thanks</p>
<p>Bonus question: can I point secondary calendars at iCal feeds programmatically?</p>
<p><strong>Edit:</strong> </p>
<p>This answers the bonus question:</p>
<p><a href="http://stackoverflow.com/questions/135302/is-there-a-way-to-programmatically-import-ics-into-google-calendar">http://stackoverflow.com/questions/135302/is-there-a-way-to-programmatically-import-ics-into-google-calendar</a></p>
http://stackoverflow.com/questions/1694062/is-the-amiando-event-manager-service-easy-to-work-with-programmatically0Is the Amiando event manager service easy to work with programmatically?Ben Aston2009-11-07T19:02:11Z2009-11-07T19:02:11Z
<p>I would like to use Amiando programmatically to manage the events for an organisation.</p>
<p>Has any one used the Amiando event manager service API and if so, was it easy to work with and were there any pitfalls?</p>
<p>Bonus question: can Amiando expose events as an iCal feed?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/313972/examples-of-great-team-leadership9Examples Of Great Team LeadershipBen Aston2008-11-24T11:50:21Z2009-10-30T01:06:28Z
<p>I'm thinking of moving into team leadership role some point so I'd like to hear your stories of great/inspirational team leadership.</p>
http://stackoverflow.com/questions/1608228/best-practice-for-writing-a-self-updating-windows-service3Best practice for writing a self-updating windows serviceBen Aston2009-10-22T15:55:46Z2009-10-22T16:07:32Z
<p>We need to create a windows service that has the ability to self update.</p>
<p>Three options spring to mind, </p>
<ol>
<li><p>a second service that manages the retrieval, uninstallation and installation of the first service.</p></li>
<li><p>Use of some third party framework (suggestions welcome. I believe .NET supports automatic updating for windows forms apps, but not windows services)</p></li>
<li><p>Use of a plugin model, whereby the service is merely a shell containing the updating and running logic, and the business logic of the service is contained in a DLL that can be swapped out.</p></li>
</ol>
<p>Can anyone shed some light on the solution to this problem?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1605864/determine-source-of-network-traffic-on-ubuntu0Determine source of network traffic on UbuntuBen Aston2009-10-22T08:49:32Z2009-10-22T08:55:22Z
<p>I run an installation of Ubuntu as a server. I have noticed that it is constantly transmitting data over the Internet, which is a little unexpected.</p>
<p>Is there a tool I can use to determine the origin of the data (i.e. which program is sending the information)?</p>
<p>I have full root and physical access to the machine.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/400540/best-practice-for-managing-data-model-changes-in-a-released-system5Best practice for managing data-model changes in a released systemBen Aston2008-12-30T15:23:48Z2009-09-30T19:35:02Z
<p>I am about to embark on the development of a web application project.</p>
<p>I'd like to get something up early and often for early adopters to play with and feedback.</p>
<p>But I envisage the data model changing as the project progresses and my understanding of the system improves. </p>
<p>How should I manage the dilemma of updating the data model appropriately and preventing data loss for early adopters? Should I simply put up a big warning saying "user beware", or should I put in the effort to create migration scripts?</p>
http://stackoverflow.com/questions/433272/calibrating-development-schedules0Calibrating Development SchedulesBen Aston2009-01-11T17:36:04Z2009-09-27T07:05:36Z
<p>Are there any online repositories of completed real-world projects with their timescales that I can use to callibrate my own development time estimates?</p>
http://stackoverflow.com/questions/370741/what-do-you-look-for-in-a-sequence-diagram-to-indicate-that-the-system-is-well-ar1What do you look for in a sequence diagram to indicate that the system is well architected?Ben Aston2008-12-16T08:53:58Z2009-09-03T07:49:03Z
<p>What good-practice-indicating idioms do you look for in a sequence of method invocations, as depicted on sequence diagrams?</p>
http://stackoverflow.com/questions/388738/net-generate-sequence-diagrams-from-running-code2.NET Generate Sequence Diagrams From Running CodeBen Aston2008-12-23T12:09:33Z2009-09-03T07:48:19Z
<p>Is there a tool that can generate sequence diagrams from running .NET code?</p>
http://stackoverflow.com/questions/1040854/customizing-trac-remove-standard-footer/1335388#13353881Answer by Ben Aston for Customizing Trac: remove standard footerBen Aston2009-08-26T15:03:11Z2009-08-26T15:03:11Z<p>Most elegant way is to modify site.html under</p>
<pre><code>/path-to-trac/projectname/templates/
</code></pre>
<p>Example site.html file:</p>
<pre><code><html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" py:strip="">
<!--! Custom match templates go here -->
<div py:match="div[@id='footer']">
<!-- put custom footer markup here -->
</div>
</html>
</code></pre>
<p>Credit to marcin.</p>
http://stackoverflow.com/questions/1317497/what-is-applescript-and-what-is-it-used-for/1317533#13175331Answer by Ben Aston for What is applescript and what is it used for?Ben Aston2009-08-23T01:49:16Z2009-08-23T01:49:16Z<p>AppleScript is a scripting language that can be used to automate actions on Macintosh computers.</p>
<p>Examples of actions that can be automated with AppleScript include filesystem operations, textual data parsing, running programs and invoking program functionality.</p>
http://stackoverflow.com/questions/326670/is-there-an-oss-implementation-of-google-adwords1Is There An OSS Implementation Of Google AdWordsBen Aston2008-11-28T21:01:40Z2009-08-05T19:30:07Z
<p>Is there an open source implementation of Google AdWords, or is the technology protected in some way (such as being patented)?</p>
<p>Edit: To clarify, I'm looking for a 3rd party implementation of an AdWords-like system (that has nothing to to with Google AdWords beyond the concept and superficial similarity).</p>
http://stackoverflow.com/questions/1217965/iphone-to-iphone-networking3iPhone to iPhone networkingBen Aston2009-08-02T01:44:35Z2009-08-02T02:25:26Z
<p>I am interested in developing an iPhone application that creates ad-hoc networks between iPhones.</p>
<p>Is such an application feasible?</p>
<p>I am a novice with iPhone development, so I apologise in advance for my naiivety.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/341080/asp-net-dropdownlist-autopostback-not-working-what-am-i-missing1ASP.NET DropDownList AutoPostback Not Working - What Am I Missing?Ben Aston2008-12-04T15:52:10Z2009-07-17T00:27:31Z
<p>I am attempting to get a DropDownList to AutoPostBack via an UpdatePanel when the selected item is changed. I'm going a little stir-crazy as to why this isn't working.</p>
<p>Does anyone have any quick ideas?</p>
<p>ASPX page:</p>
<pre><code><asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always" ChildrenAsTriggers="true" >
<ContentTemplate>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" onselectedindexchanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem>item 1</asp:ListItem>
<asp:ListItem>item 2</asp:ListItem>
</asp:DropDownList>
</ContentTemplate>
</asp:UpdatePanel>
</code></pre>
<p>Code-behind (I put a breakpoint on the string assignment to capture the postback):</p>
<pre><code>protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{
string s = "";
}
</code></pre>
<p><strong>Edit:</strong></p>
<p><strong>OK, I have it working now. Very weird. All it took was a restart of Visual Studio. This is the kind of thing that frightens me as a developer ;) I think I've seen similar before, where VS gets "out of sync" wrt the assembly it's running.</strong></p>
<p><strong>FYI I am running VS 2008 Web Developer Express.</strong></p>
<p><strong>Thanks to those that answered.</strong></p>
http://stackoverflow.com/questions/1110767/attaching-another-modem-to-an-iphone-or-gphone0Attaching another modem to an iPhone or gPhoneBen Aston2009-07-10T17:07:39Z2009-07-10T17:31:22Z
<p>I have an idea in mind where a device such as an iPhone or gPhone is attached to a satellite modem for use when out of GPRS/UMTS range.</p>
<p>Would such an idea be feasible, and what are the high level steps towards implementation?</p>
http://stackoverflow.com/questions/1110767/attaching-another-modem-to-an-iphone-or-gphone/1110795#11107951Answer by Ben Aston for Attaching another modem to an iPhone or gPhoneBen Aston2009-07-10T17:14:33Z2009-07-10T17:14:33Z<p>Not currently possible.</p>
<p><a href="http://discussions.apple.com/thread.jspa?threadID=1705137&tstart=150" rel="nofollow">http://discussions.apple.com/thread.jspa?threadID=1705137&tstart=150</a></p>
http://stackoverflow.com/questions/1104070/microsoft-access-sql-date-comparison0Microsoft Access SQL Date ComparisonBen Aston2009-07-09T13:59:23Z2009-07-09T23:45:05Z
<p>I am using Access 2007.</p>
<p>I need to return rows with a date/time field falling within a date range to be specified in query parameters.</p>
<p>The following doesn't error out, but doesn't appear to work.</p>
<pre><code>SELECT FIELDS FROM FOO
WHERE (FOO.CREATED_DTG BETWEEN [START_DTG] And [END_DTG]);
</code></pre>
<p>Likewise this doesn't work for me</p>
<pre><code>SELECT FIELDS FROM FOO
WHERE (FOO.CREATED_DTG >= [START_DTG] And FOO.CREATED_DTG < [END_DTG]);
</code></pre>
<p>How can I get this to work?</p>
<p>Update: Using CDate doesn't seem to make a difference. </p>
http://stackoverflow.com/questions/323745/loading-asp-net-user-controls-by-type-and-passing-parameters0Loading ASP.NET User Controls By Type And Passing ParametersBen Aston2008-11-27T13:18:48Z2009-06-27T11:00:01Z
<p>In ASP.NET 2.0 it is my understanding that although the API existed for loading a user control by type, it didn't actually work. </p>
<p>Or at least I never managed to get it to work, and I know from blogs that others have had similar issues.</p>
<p>So I use a wrapper type that provides the functionality I need, invoking the relevant control constructor using reflection.</p>
<p>Has ASP.NET 3.5 made the loading of user controls by type and passing in parameters any easier?</p>
<p>Edit:</p>
<p>Further clarification....</p>
<p>There are two overloads for the TemplateControl.LoadControl method:</p>
<pre><code>Control TemplateControl.LoadControl(Type t, object[] params) and,
Control TemplateControl.LoadControl(string virtualPath)
</code></pre>
<p>My question is; in ASP.NET 2.0 the first overload didn't seem to work. Does anyone know if this method truly didn't work, and if so has it been fixed in ASP.NET 3.5.</p>
<p>I'll be testing this myself tomorrow, and will update the question with the answer if noone else knows.</p>
http://stackoverflow.com/questions/695065/geoalgorithm-for-finding-coordinates-of-point-from-a-known-location-by-distance-a3Geoalgorithm for finding coordinates of point from a known location by distance and bearingBen Aston2009-03-29T18:10:52Z2009-06-19T20:31:47Z
<p>I'd like to use Google maps static API to display a map with a path overlay indicating a boundary.</p>
<p>AFAICT the static API doesn't support polygons, so I intend to circumvent this by drawing the boundary using paths.</p>
<p>To do this I need to determine the points to draw the straight lines (paths) between; so I'd like an algorithm that returns the geographic location (i.e. WGS84 coordinates) a given bearing and distance from a known point.</p>
<p>Can anyone point me to such an algorithm. Preferably in C#, but other languages are acceptable?</p>
<p><strong>Edit:</strong></p>
<p>Found this (here: <a href="http://williams.best.vwh.net/avform.htm#LL" rel="nofollow">http://williams.best.vwh.net/avform.htm#LL</a>):</p>
<p><strong>A point {lat,lon} is a distance d out on the tc radial from point 1 if:</strong></p>
<pre><code>lat=asin(sin(lat1)*cos(d)+cos(lat1)*sin(d)*cos(tc))
IF (cos(lat)=0)
lon=lon1 // endpoint a pole
ELSE
lon=mod(lon1-asin(sin(tc)*sin(d)/cos(lat))+pi,2*pi)-pi
ENDIF
</code></pre>
<p>Will the radial be in radians or degrees?</p>
<p><strong>Edit 2:</strong></p>
<p>radians = degrees * PI / 180</p>
http://stackoverflow.com/questions/999983/regular-expression-substring-replacement-in-microsoft-excel0Regular expression substring replacement in Microsoft ExcelBen Aston2009-06-16T07:25:03Z2009-06-16T08:31:30Z
<p>I would like to bulk replace the "07" part of a list of strings (mobile telephone numbers) with the international version "447".</p>
<p>The list of strings currently forms a columnn in an Excel spreadsheet.</p>
<p>I have the regular expression to match strings requiring modification:</p>
<pre><code>^07[0-9]{9}$
</code></pre>
<p>...but I don't know how to do the replacement that I need.</p>
<p>The data is in an Excel spreadsheet, but can of course be exported.</p>
<p>Preferred solution would be to keep the data in Microsoft Excel, but it can of course be exported and then re-imported. I know TextMate has a regular expression replace feature. Can this help me?</p>
http://stackoverflow.com/questions/701479/asp-net-code-inside-google-maps-info-window0ASP.NET code inside Google Maps info windowBen Aston2009-03-31T15:09:16Z2009-05-29T19:29:33Z
<p><strong>Clarification:</strong></p>
<p>Put simply, I'd like to put an ASP.NET UpdatePanel inside the info window of Google Maps. This would mean that users could interact with my application from within an info window, without refreshing the page and without closing the currently open info window.</p>
<p>Does anyone know if this is possible?</p>
<p><hr /></p>
<p><strong>Update:</strong></p>
<p>Thank you to all those who have so far responded. Very much appreciated.</p>
<p>What I have gleaned from the answers is that:</p>
<ul>
<li>the update panel has it's own "mysterious mechanics" which might be causing the UpdatePanel to not work correctly inside the InfoWindow. Going down the more direct route of using JQuery to make ajax calls to simple web services should eliminate the hidden complexity of the UpdatePanel and enable the functionality I want.</li>
</ul>
<p>I am still intrigued as to why the UpdatePanel approach does not work, and as to why using one would "break the model" of Google Maps, when surely an UpdatePanel merely renders as HTML and javascript with a link to the XMLHttpRequest object.</p>
<p><hr /></p>
<p>Is it possible to place ASP.NET code inside Google Maps info window?</p>
<p>I'd like to place an UpdatePanel with some AJAXified asp:Button's inside the info window.</p>
<p>AFAICT you simply provide the HTML to place in the info window as a string, so was thinking of rendering a UserControl to a string and placing that string in the info window for the browser to render. Does anyone know if this is likely to work?</p>
<p>If this is not possible in Google maps, does anyone have any idea whether such an implementation would be possible with the corresponding Virtual Earth technology?</p>
http://stackoverflow.com/questions/305793/why-does-microsoft-windows-performance-appear-to-degrade-over-time20Why Does Microsoft Windows' Performance Appear To Degrade Over Time?Ben Aston2008-11-20T16:00:02Z2009-05-21T05:02:01Z
<p>Windows XP/2k3 and earlier (can't attest to Vista, but suspect it's the same), all appear to become more sluggish over time as applications are installed, uninstalled.</p>
<p>This is not a scientifically tested observation, but more of a learned-through-experience piece of wisdom (I've always suspected the registry as being behind the issue).</p>
<p>Does anyone have any concrete evidence of this degradation occurring, or it just an invalid perception of mine?</p>
http://stackoverflow.com/questions/288409/how-do-i-get-the-html-output-of-a-usercontrol-in-net-c/832696#8326962Answer by Ben Aston for How do I get the HTML output of a UserControl in .NET (C#)?Ben Aston2009-05-07T02:58:43Z2009-05-07T02:58:43Z<pre><code>//render control to string
StringBuilder b = new StringBuilder();
HtmlTextWriter h = new HtmlTextWriter(new StringWriter(b));
this.LoadControl("~/path_to_control.ascx").RenderControl(h);
string controlAsString = b.ToString();
</code></pre>
http://stackoverflow.com/questions/695065/geoalgorithm-for-finding-coordinates-of-point-from-a-known-location-by-distance-a/701934#7019340Answer by Ben Aston for Geoalgorithm for finding coordinates of point from a known location by distance and bearingBen Aston2009-03-31T16:39:01Z2009-03-31T16:39:01Z<p>See question.</p>
http://stackoverflow.com/questions/306267/browser-client-hardware-api0Browser <-> Client Hardware API?Ben Aston2008-11-20T18:07:09Z2009-03-29T20:27:37Z
<p>Are there any initiatives to implement/agree upon a standard API for connectivity between web browsers and client hardware.</p>
<p>Example: The iPhone has a GPS/Camera/Accellerometer in it. It'd be very cool if my web app could communicate with them (rather than me having to write a thick ObjectiveC application).</p>
http://stackoverflow.com/questions/695087/is-it-possible-to-limit-google-maps-to-display-only-a-given-country1Is it possible to limit Google Maps to display only a given country?Ben Aston2009-03-29T18:27:00Z2009-03-29T18:47:44Z
<p>Is it possible to limit Google Maps to display only a given country?</p>
<p>e.g. I'd only like the UK to be visible in a huge sea of blue.</p>
http://stackoverflow.com/questions/694921/ms-access-mdb-concurrency/695110#6951100Answer by Ben Aston for MS Access (MDB) concurrencyBen Aston2009-03-29T18:36:14Z2009-03-29T18:36:14Z<p>Please don't use Access for a multi-user scenario. </p>
<p>I've just gone through two weeks of pain because my predeccessor on a project chose Access as a back end.</p>
<p>Concrete reasons:</p>
<ul>
<li>There is no such thing as Linq-to-Access</li>
<li>Access has numerous quirks like dependencies on the order of addition of parameters to commands that will take you ages to debug</li>
<li>Access doesn't scale</li>
<li>Database updates are a chore when compared to using SQL Server</li>
</ul>
http://stackoverflow.com/questions/306460/how-do-you-take-criticism19How Do You Take Criticism?Ben Aston2008-11-20T19:02:42Z2009-03-14T14:56:12Z
<p>I find taking criticism pretty painful. Does anyone have a good strategy for dealing with this?</p>
<p>Edit: I can see this is going to be voted down, but I'm not going to delete it as an exercise in "taking criticism" ;)</p>
http://stackoverflow.com/questions/645063/why-does-invoking-my-update-query-in-an-access-database-via-oledb-not-work1Why does invoking my UPDATE query in an Access database via OleDb not work?Ben Aston2009-03-14T00:32:54Z2009-03-14T11:17:27Z
<p><strong>Update 2: I solved this, see my answer.</strong></p>
<p><hr /></p>
<p>I am invoking queries in a Microsoft Access database from C# using OleDb, but I can't get my update queries to work. </p>
<p>No error is thrown, but updates are not persisted in the database. </p>
<p>Can anyone shed any light on this?</p>
<p><hr /></p>
<p><strong>SQL query in the database:</strong></p>
<pre><code>UPDATE tableName SET tableName.LastPolledDtg = LastPolledDtg
WHERE tableName.key = ID;
</code></pre>
<p><strong>C#:</strong></p>
<pre><code>OleDbCommand command = new OleDbCommand();
SetCommandType(command, CommandType.StoredProcedure, "NameOfQueryInAccessDatabase");
AddParamToSQLCmd(command, "@ID", OleDbType.Integer, 4, ParameterDirection.Input, id);
AddParamToSQLCmd(command, "@LastPolledDtg", OleDbType.Date, 4, ParameterDirection.Input, DateTime.Now);
using (OleDbConnection connection = new OleDbConnection("connectionString"))
{
command.Connection = connection;
connection.Open();
result = command.ExecuteNonQuery();
}
</code></pre>
<p><strong>Connection String:</strong></p>
<pre><code>"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Documents and Settings\\Administrator\\Desktop\\dev\\src\\Website\\App_Data\\tracking.mdb"
</code></pre>
<p><hr /></p>
<p><strong>Update 1:</strong></p>
<p>I tried to narrow down the possibilities by creating a new database containing a single table and a single query and ensuring access is closed when I run the C# to update the table. </p>
<p>The update is still not performed. I suspect it's a syntax issue (could also be a permissions issue?), but without any error messages it's pretty hard to debug!</p>
http://stackoverflow.com/questions/1694044/is-there-a-limit-on-the-number-of-secondary-google-calendars-a-user-can-createComment by Ben Aston on Is there a limit on the number of secondary Google Calendars a user can create?Ben Aston2009-11-07T19:53:03Z2009-11-07T19:53:03Z3 votes for closing?! - this question is about an API of a popular SAAS system, being used in the development of a web application. Surely this is programming-related (which I presume is the reason for the close votes)?http://stackoverflow.com/questions/1694044/is-there-a-limit-on-the-number-of-secondary-google-calendars-a-user-can-create/1694197#1694197Comment by Ben Aston on Is there a limit on the number of secondary Google Calendars a user can create?Ben Aston2009-11-07T19:50:58Z2009-11-07T19:50:58Zthanks - good findhttp://stackoverflow.com/questions/1104070/microsoft-access-sql-date-comparison/1104499#1104499Comment by Ben Aston on Microsoft Access SQL Date ComparisonBen Aston2009-07-09T15:11:05Z2009-07-09T15:11:05Zyes, thanks for spotting thathttp://stackoverflow.com/questions/1104070/microsoft-access-sql-date-comparison/1104118#1104118Comment by Ben Aston on Microsoft Access SQL Date ComparisonBen Aston2009-07-09T14:18:33Z2009-07-09T14:18:33Zyes, thanks dudehttp://stackoverflow.com/questions/1104070/microsoft-access-sql-date-comparison/1104096#1104096Comment by Ben Aston on Microsoft Access SQL Date ComparisonBen Aston2009-07-09T14:11:42Z2009-07-09T14:11:42Zadding hashes results in the message "the expression is typed incorrectly or is too complex to be evaluated"http://stackoverflow.com/questions/999983/regular-expression-substring-replacement-in-microsoft-excel/1000024#1000024Comment by Ben Aston on Regular expression substring replacement in Microsoft ExcelBen Aston2009-06-16T07:46:43Z2009-06-16T07:46:43ZGreat thinking.http://stackoverflow.com/questions/701479/asp-net-code-inside-google-maps-info-window/896924#896924Comment by Ben Aston on ASP.NET code inside Google Maps info windowBen Aston2009-05-27T15:29:07Z2009-05-27T15:29:07ZBounty awarded to Scott because, while it doesn't provide me with a complete understanding of the "why's", he was the first (albeit of many) to suggest this route in an answer. Credit to José Basilio for his comment. http://stackoverflow.com/questions/701479/asp-net-code-inside-google-maps-info-window/913997#913997Comment by Ben Aston on ASP.NET code inside Google Maps info windowBen Aston2009-05-27T07:56:08Z2009-05-27T07:56:08ZThanks Nicholas. The link you supply is a useful resource. Please can you clarify what you mean by the UpdatePanel not being Ajax. I understand what ajax is, using XMLHttpRequest to pass information to the server. Surely this is all the UpdatePanel is doing though?http://stackoverflow.com/questions/701479/asp-net-code-inside-google-maps-info-window/897982#897982Comment by Ben Aston on ASP.NET code inside Google Maps info windowBen Aston2009-05-24T16:17:36Z2009-05-24T16:17:36ZI have tried using the control you mentioned but have so far failed to get the update panel working from within the info window (no doubt for the reasons given by José Basilio and Scott Hanselman), although ASP.NET controls can be added to the info window using this control quite conveniently. http://stackoverflow.com/questions/701479/asp-net-code-inside-google-maps-info-windowComment by Ben Aston on ASP.NET code inside Google Maps info windowBen Aston2009-05-24T16:15:57Z2009-05-24T16:15:57ZHi José - please can you clarify why this breaks the model of Google Maps. Google Maps uses Ajax - but I don't see how this rules out putting an update panel inside the info window, as an info window renders as HTML and Javascript which can be usually inserted into info windows no problem. Any further information you can provide is much appreciatedhttp://stackoverflow.com/questions/701479/asp-net-code-inside-google-maps-info-window/896924#896924Comment by Ben Aston on ASP.NET code inside Google Maps info windowBen Aston2009-05-24T16:10:47Z2009-05-24T16:10:47ZHi Scott. Really value your input. I'm not yet familiar with $jquery Live Events, but I'll look into them as a possible solution.http://stackoverflow.com/questions/695065/geoalgorithm-for-finding-coordinates-of-point-from-a-known-location-by-distance-a/695088#695088Comment by Ben Aston on Geoalgorithm for finding coordinates of point from a known location by distance and bearingBen Aston2009-03-29T18:45:43Z2009-03-29T18:45:43ZI have very limited experience with KML, but would this work with static maps?http://stackoverflow.com/questions/695087/is-it-possible-to-limit-google-maps-to-display-only-a-given-country/695119#695119Comment by Ben Aston on Is it possible to limit Google Maps to display only a given country?Ben Aston2009-03-29T18:44:35Z2009-03-29T18:44:35ZOK, thanks Rowland. I wonder if you could add an opaque overlay to achieve the same effect though?http://stackoverflow.com/questions/695065/geoalgorithm-for-finding-coordinates-of-point-from-a-known-location-by-distance-aComment by Ben Aston on Geoalgorithm for finding coordinates of point from a known location by distance and bearingBen Aston2009-03-29T18:27:45Z2009-03-29T18:27:45ZMany thanks Pete.http://stackoverflow.com/questions/645063/why-does-invoking-my-update-query-in-an-access-database-via-oledb-not-work/645744#645744Comment by Ben Aston on Why does invoking my UPDATE query in an Access database via OleDb not work?Ben Aston2009-03-14T10:40:56Z2009-03-14T10:40:56ZThanks, I'll give it a go.