Use Google Map In Web Application?
May 7, 2010
I have a website in asp.net 2.0, I have a page where i m displaying College Details and want to show that college address in google map.
The college data is coming from Sqlserver database.
Is it possible to display address on map from Database.
View 2 Replies
Similar Messages:
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 3, 2010
I need to use google accounts in my ASP.NET application.
View 2 Replies
Jul 14, 2010
i am develope web application for factory i need to add google map with location of factory
in contact us web page
View 3 Replies
Mar 29, 2011
i want to implement an asp.net MVC web application where a user enter the required address in the mvc application and then click on submit button where the related address will be displayed using Google maps inside the MVC application.
i have good knowledge of developing MVC web application but i lake the required knowledge to develop such and integration.
View 5 Replies
Sep 14, 2010
integration of Google Calendars in the website? I need to replace the existing calendar control in the website with the Google calendar. I am trying to merge the events with Google Calendar so that events are posted/ tracked in Google Calendar, and events added to the Google Calendar would be shown in my website. I want some working sample which will provide me some idea to integrate the Google calendar in the website.
View 1 Replies
Sep 28, 2010
I got experience in ASP.NET application development. Now I want to develop my own application that should support huge traffic and it should be scalable. My site publishes news, videos and images.
Having already experienced in ASP.NET, whether it is fine to go with ASP.NET or Google AppEngine is good for building scalable application? To move with Google AppEngine, I need to learn entire concepts from the scratch. whether ASP.NET support will support to process heavy page requests or not.
View 2 Replies
Mar 3, 2010
I need to use google accounts in my ASP.NET application. Did somebody do it?
View 3 Replies
Nov 29, 2010
I have a web page, in which i need to translate arabic words into english words.. need to provide google translator.
View 2 Replies
Nov 29, 2010
I have a web page, in which i need to translate arabic words into english words..
I need to provide google translator.
View 2 Replies
Oct 19, 2010
I want to find a place to put my Google Analytics code in my ASP.NET web application. I would like to place it somewhere once and not have to copy and paste the code into multiple files. Is there somewhere that I could inject it that I would only have to include it once and all pages would be effected? I am not using MasterPages unfortunately.
View 6 Replies
Jul 17, 2013
Can u place the code for google login with asp.net application.I have searched the net but no code was clear and cut. Also the logout issue was there.
View 1 Replies
Mar 14, 2010
the following is wat i get when i access to my GA account.
may i know how do i retrieve data from ga account to my web application?
i need to know pageviews, avg time on page and etc and populate to my gridview control.
* meanwhile, may i know wat's bounce rate and exit rate in GA report?
i try to get code from net but failed..
View 6 Replies
Sep 5, 2012
I want to create one system in asp.net
I can post my Google + wall and schedule it from my system also i can replay comment.
View 1 Replies
Mar 17, 2011
I'm developing a CMS for my website.
I need track Users activities in my Cms Admin section (protected by password).
I would like to know:
If is possible add GA (Google Anlytic) code and use it even if the pages where the code is placed are covered by password.
If such use can create secrity vulnerability of any kind. (If is good or bad practice).
How to retrieve easily the statistics from pages in Admin section if the folder for admin is (example: ADMIN) in GA account. They come up like /admin/mypage.aspx??? Or how???
Generally, I would like your opinion about it and if you are using this approch it in your current web application.
View 2 Replies
Jan 11, 2011
I've implemented a google map with points and stuff that uses an address that the user inputs. When you click a point, the popup bubble appears with the name and address in.Often this name and address is a prominent location, as it's used for meetings and things, such as a university. If you google the address yourself on maps.google.co.uk then you get google's own popup bubble, which often has a photo, information, opening hours, links to directions, reviews, etc. etc.I am wondering if there's a way to use that popup dialog instead of my own, where it is available. I can't see anything in the API to do this.I'm using V2 as we support IE6 in a lot of our users, but I've been told recently I can upgrade to V3 should I need functionality from it.
View 1 Replies
Aug 22, 2010
just want to add the effect of map momentum by the dragging of map as in maps.google.com has. currently on my map where i stop dragging the map stops there but in maps.google.com if you drag a mouse the map will not stop there it will continue the movement in the same direction for a second or few cordinates (i dont know basically), but I want the same thing on my google map. I am using GMap2.
View 1 Replies
Feb 17, 2011
I need to use a map in an application that I develop. In my application I want to use pins that will show infoboxes on the map. Use the zoom in, zoom out functionality and the ability to show several maps on the same page. I won't need to use the search locations or routing directions.Which type of maps should I use? Google or Bing? As I understand, they both have good user interface, but which one is easier to develop with? If I'll use Bing then will it be more Microsoft like, I mean, it will let me use visual studio convenient programming? More or less javascript so it will be a hassle do debug it?
View 2 Replies
May 7, 2015
I want to download a file from google drive (like .docx, .xlsx etc.) to a specific location, I am able to do so which are publicly share using WebClient object.
But now I want to download file which private in share but unable to do it.
How to improve my code which should download private file also.
//Parameters
//1) Link - google drive link from where to download
//2) filename- name of filename-
//3) oringinalDocDirectory- path where file has to save
public ActionResult SaveToServer(string Link,string filname,string oringinalDocDirectory) {
if (!Directory.Exists(oringinalDocDirectory))
Directory.CreateDirectory(oringinalDocDirectory);
var docFinalSavePath = Path.Combine(oringinalDocDirectory, filname);
WebClient client = new WebClient();
client.DownloadFile(new Uri(Link.Replace("&export=download","")), docFinalSavePath);
return Json(new { status = docFinalSavePath }, "text/html", JsonRequestBehavior.AllowGet);
}
View 1 Replies
Feb 23, 2011
I want to check that a specific url is indexed in google using asp.net.Is google provide any api, webmethod anything regarding this.
View 2 Replies
Dec 1, 2010
I want to use Google map In our asp.net website.
View 5 Replies
Aug 13, 2010
i need some sample codings of how to use google Website ranking in .net......in my project just i list out the top ranking websites to Rss page.so only i need the pageranking concept in .net
View 4 Replies
Jan 22, 2010
I have address column in my view with hyperlink..If i click hyper link it should navigate to the google map content menu point particular address..
View 2 Replies
Mar 25, 2011
i want add a url via code in google that must be added at this page.
View 1 Replies
Dec 1, 2013
I have been reading some posts on how to use the Google map in an ASP.NET project but cannot find how to do what I need. What I want to do is show the map for my area and then place a few custom image markers on the map by passing their lat/lon coordinates. But then I want to keep retrieving new coordinates for each of these markers and update their position. I don't want to remove and then add the marker back. I believe their is a setPosition call to move a marker.
So my biggest issues is that most of all the calls for the map is done in javascript. How can I call a select query on my ms sql server to get new coordinates for the markers without a postback and then update the marker positions? Another option I have is to have a program running on the server and let it update a json or xml file with the markers and positions and then let the ASP.NET page read them every 20 seconds. How can I do this without a postback?
View 6 Replies