AJAX :: How To Get Multiple Direction In Google Map
Jul 29, 2010
i want to add a google map in my asp.net page. i have multiple location. now i want to get the driving direction for this multiple location. Its similar like getdirection in google map.
View 2 Replies
Similar Messages:
Dec 18, 2010
I need to put a link for a google map direction on my web, the link should be redirecting the user to google map page.
View 1 Replies
May 7, 2015
I have per minute Lat-Lang values of user and using it i want to draw a Route on Google Maps with arrow to show direction after some distance.
I am using this tutorial for reference but unable to modify the same.
View 1 Replies
Nov 25, 2013
how to change the route color when drawing routes on Google Maps
View 1 Replies
Apr 25, 2010
how to convert the direction from rtl to slider extender the code below shows slider extender from left to right I want to change direction from right to left? could you please to explain?
<asp:TextBox
ID="slider2"
runat="server"></asp:TextBox>
<asp:Label
ID="slider2_display"
runat="server"></asp:Label>
<br
/>
<br
/>
<cc1:SliderExtender
ID="SliderExtender3"
runat="server"
BoundControlID="slider2_display"
Decimals="0"
Maximum="255"
Minimum="0"
TargetControlID="slider2"
EnableHandleAnimation="true"
TooltipText="{0}">
</cc1:SliderExtender>
View 3 Replies
Feb 25, 2011
I need to add textboxes dynamically row by row with ajax when i click on one button control. Can you suggest me some useful tutorials or blog posts?
View 3 Replies
May 4, 2010
I am trying to do the following I have a dynamic table in my asp page and I want to show the table in multi pages like google results note:I don't to use gridview so any another way ??
View 3 Replies
Oct 27, 2013
I found a good tutorial from you about plotting multiple location using Google map.
[URL]..
I'm pretty new in using Visual Studio Web Express and I dont know how to import namespaces and on how to populate marker from SQL server. I have a project solution called GoogleMap and I have the HTML codes as my homepage but I don't know where should I put in those codes for VB.Net. I also have the database created.
View 1 Replies
Feb 28, 2013
I've a scenario in my website where there is a search page.
When the user fills the search criteria and submits the search button , a Google map will be displayed with a pin depicting the addresses listed by the returned records.
View 1 Replies
Oct 15, 2013
[URL]
i am getting multiple marker from database (like places visit) . But on same page i have to get a single marker(represent the current position)
my query to get sing marker is
DataTable dt = this.GetData("select top 1 * from LocationDB ORDER BY Locationid DESC");
rptMarkers.DataSource = dt;
rptMarkers.DataBind();
i get only multiple marke in the first div and in othe div its empty (to show current position).
how can i show two different map on one page.
View 1 Replies
May 7, 2015
I am using multiple maker in google maps but I have requied all marker infowindow is always open. How I can do it? my code for multiple marker is -
window.onload = function () {
var mapOptions = {
center: new google.maps.LatLng(markers[0].lat, markers[0].lng),
[Code].....
View 1 Replies
May 7, 2015
Its relate to series of question again. I have datalist bind sql server whcih is fetching 3 address like
Address 1
Address 2
Address 3
After data list I have textbox which is based address like "Based Address"
I have the below script which calculate distance between 2 textboxex.
I want to to calculate the distance between base textbox and address in datalist item so result will like this
Base Address Pune
Datalist address
Address 1 Bombay result distance between pune and bombay 200 Km
Address 1 Kolkota result distance between pune and kolkata 500 Km
//*********DISTANCE AND DURATION**********************//
var service = new google.maps.DistanceMatrixService();
service.getDistanceMatrix({
[Code].....
View 1 Replies
Mar 26, 2011
I am not sure if this is the correct place to post this question. If not, please forgive and point me.
In the application I work on people add items, then build forms to accept attributes. We have developed a set of custom controls that they can use as well as a environment where they can add "conditions" (that create JavaScript) and "elements" (that generate
html). The problem is that we end up supporting this "development environment" that we have developed as well as the conditions to JavaScript mappings.
If it helps, every element they build on that page (textbox, textarea, checkbox, select, hidden) ends up in our db in a attribute form that simply stores the input as key/value pairs with the element id as the key, and the value as the value.
I am thinking there must be a beter way to do this.
Maybe develop web services that each form submits to and leave the form building and scripting up to standard tools. But to do this we would need to be able to make custom controls (or custom properties in common controls) available. For example, we have
dropdown lists that use sql to get the keys and values for the options. A more elaborate example, we have user lookup dialogs, region lookup dialogs, site lookup dialogs, etc.
At this point I am looking for suggestions regarding architectures.
Thank you,
Sammer
View 1 Replies
Apr 13, 2010
Is it possible with the standard asp:dropdownlist to make the list expand upwards instead of downwards, or do I need to create a custom control?
View 2 Replies
Nov 24, 2013
I have a requirement to show the GoogleMap in DataList/Repeater for each row. I have the Latitude and longitude, address for each row in table. Below code works fine. but i am not able to show the map with each row of DataList.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GoogleMap.aspx.cs" Inherits="GoogleMap" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
[Code]..
View 1 Replies
Jun 23, 2010
I want to use the google geocoding API by passing latlng to it and get the address back, while I am using this link for example :
[URL]
it gives me the xml file back , but if I try it in the code using :
Dim client As New WebClient
Dim data As Stream = client.OpenRead("http://maps.google.com/maps/api/geocode/xml?latlng=" & finlatitude & "," & finlongitude & "&sensor= false")
Dim reader As StreamReader = New StreamReader(data)
result1 = reader.ReadToEnd
or
req = HttpWebRequest.Create("http://maps.google.com/maps/api/geocode/xml?latlng=" & finlatitude & "," & finlongitude & "&sensor= false")
req.Method = "GET"
resp = req.GetResponse
sr = New StreamReader(resp.GetResponseStream)
result1 = sr.ReadToEnd
I get the Request_denied error as the result1.text
View 5 Replies
Feb 2, 2011
I have a gridview in an updatepanel with sorting enabled and an event handler as follows:
protected void MyGridSort(object sender, GridViewSortEventArgs e)
{
var TheDirection = (e.SortDirection).ToString();
var TheColumn = (e.SortExpression).ToString();
I put a breakpoint just after these lines. Every time I press the column header, my variable TheDirection is always showing Ascending. Why is it not toggling from ascending to descending and back?
View 1 Replies
Aug 11, 2010
I am not able to change the direction of popups/Alerts in Arabic culture which should be RTL direction.Rest of my application is changed in above culture, only problem is with popups and alerts.
View 1 Replies
Jan 12, 2010
This is more of a general question about which direction would be a better investment for the company.
Our company's core business application is written in Visual FoxPro and is about 9+ years old. The database is huge 15+ gigs and the core logic is complex and to make matters worse the data model is terrible. The two guys that built it and have maintained it all these years are at least in their 50's, so needless to say retirement or possibly death could come within the next decade or so.
This VFP app drives all our core business functions and requires terminal services and citrix to access it from the outside world. Our web apps have to interface with it via ODBC and we are always having performance issues with it. The servers that run this system are also very old, like Win 2000 server and are falling apart.
Recently we have been having meetings about upgrading the systems that run this core app as well as other services like email and file storage. The biggest expense however is buying new server hardware, OS licensing, Terminal Services licensing, Citrix licensing etc to solve some performance and outside access issues we are currently having as well as just generally bringing us to date on our systems.
The price tag is going to be in the $55K to $65K price range. So as a web developer my point of view is that this is a huge waste of money! My solution would be to invest that money in rewriting the core system to run on the web based .Net platform. This would eliminate the need for Terminal Server and Citrix licensing along with the pricey hardware and configuration management to run it on. I don't see the point in investing this kind of money in an antiquated system that should be on it's way out anyways.
I am looking to get some convincing arguments as to why this is a waste of money. Hopefully there is someone here that has faced this type of situation before that can give me some points of view. The hardware upgrade seems to be the easiest road to take because they will just have a consultant come in and do it all. A software development project would take longer, require more resources and possibly cost a little more money.
View 10 Replies
Oct 16, 2010
This is my test page (see below). As you can see, I have an UpdatePanel and everything works ok, except the google Map (of course in this test page there is only the google map). The Google Map loads perfectly on initial load, but click the button to refresh the UpdatePanel, and the google map disapears. How do I make this visible and hidden when I want it to?
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GMapTest.aspx.cs" Inherits="GMapTest" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>
<%@ Register Src="GMap.ascx" TagName="GMap" TagPrefix="uc1" %>
[code]...
View 1 Replies
Aug 11, 2010
As an organisation, we use Google Apps. We have the paid version (mapped to our domain) etc...We are developing a web based application to manage orders, and other business functionality.I want to be able to use federated login with our google apps accounts-
For example, if a user is logged in to their email (gMail) - they should automatically be logged in to our ASP.net application
If they're not logged in - the log in form should auth. against our google apps account.How can this be done?Is it possible to be able to "get" the user who is currently logged in using this method etc...?
View 3 Replies
Mar 16, 2010
i have a dropdown list and what happens is that when i click on the dropdown button the list appears under other controls and it pops upwards. If it pops downwards and is non transparent then it would be visible .how is this achievable ?
View 1 Replies
Aug 5, 2010
I add a user control dynamically (which only contains a table) to the Panel:
<asp:Panel ID="panel" runat="server"
ScrollBars="Horizontal" Width="160" Direction="LeftToRight">
</asp:Panel>
when I add e.g. two user controls, they have vertical direction. Why ? I want them set from left to right (horizontally)
View 1 Replies
Feb 25, 2010
i have some link buttons that On click direct to some page iwant to add some if statement that if the user is online direct to same page and if not direct to other page?
View 6 Replies
Mar 6, 2011
I have a page which is LTR direction, and now I would like the page to work also with RTL direction. I care the most about the content in the middle of the page, that it would look nice.
View 1 Replies