Re: [ADVANCED-DOTNET] C# layers dhtml refresh

2003-02-04 Thread Henry Stapp
of the work is in client-side JavaScript. Good Luck, Henry -Original Message- From: Salil Soman [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 02, 2003 8:16 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] C# layers dhtml refresh I have a page that displays a map and points dynamicall

Re: [ADVANCED-DOTNET] C# layers dhtml refresh

2003-02-04 Thread Fiach Reid
Salil, A good generic dhtml placement routine that I use is domlay (source below). You would create a after the head, and place it using domlay("myDivName",1,xPosition,yPosition," To: <[EMAIL PROTECTED]> Sent: Sunday, February 02, 2003 4:16 PM Subject: [ADVANCED-DO

[ADVANCED-DOTNET] C# layers dhtml refresh

2003-02-04 Thread Salil Soman
I have a page that displays a map and points dynamically generated over that map (its aspx page written in c# - running on IIS 6 server). I'd like to modify the page so the map appears as 1 layer and the dynamic points appear as an overlying layer, and the overlying layer refreshes itself once eve