Google PageRank Using In .net
Aug 13, 2010i 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 Repliesi 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 RepliesAs 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...?
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 Repliesjust 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 RepliesI 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);
}
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 RepliesI want to use Google map In our asp.net website.
View 5 RepliesI 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.
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 Repliesi want add a url via code in google that must be added at this page.
View 1 RepliesI 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?
i want to show address on google map in my website..i searched more but i find third part google map dll..
i don,t want to add third party Google map DLL in my website.
I have a gridview, one column is a template field with an imagebutton, onclick it should go into the following sub, which it does in IE but not in google chrome. What could be the problem?
Protected Sub btnDetails_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs)
Google Language Translation API but am struggling on two levels.
I have read the support notes
http://code.google.com/apis/ajaxlang...ion/#Translate
And can get the example to work where the details are hard coded and it displays the translation on load.However I am struggling to figure out how to make it work passing in parameters and on button click.
Code:
<script language="Javascript" type="text/javascript">
google.load("language", "1");
function initialize()
{
google.language.translate('hello', 'en', 'es', function(result) {
if (!result.error) {
var container = document.getElementById("translation");
container.innerHTML = result.translation;
}
I want to integrate Google analytics in my asp.net mvc application. So im doing some R&D for it to find out which one is the better. I find out a Google Analytic Dashboard Controls which are available at
[Code]....
But they are server control and im not sure how to implement in asp.net mvc.
Secondly can i implement asp.net charts in my asp.net mvc application?
am working on google maps api to store the latittude and longitude into the MS Access Database..I want to add the markers to the particular locations and store it onto the database...
View 3 RepliesCan anyone tell how to include, save and use the google maps in asp.net applications??
View 5 RepliesWhat's the best way to get the Google Analytics ID from a database, and display it on a Master.Page? Maybe getting the page details (page title, etc) and displaying the GA code using a .net control? I am not sure what the best way to do it, as the GA ID would change for each of my clients.
View 3 RepliesI'm trying to track how many people are signed up and set up goal for Google Analytics. I use CreateUserWizard and I'm trying to set a goal when users reach coplete wizardstep section or when users finish createwizardstep1 (first signup page) CreateUserWizard has 3 steps. first sign up page, second optional page and finish page. I'm sure that I can separate optional info section and redirect different page after step1 but I would like to avoid that if possible.
View 3 RepliesI need to use google accounts in my ASP.NET application.
View 2 Repliesi am develope web application for factory i need to add google map with location of factory
in contact us web page
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.
i am developing a site that composed of two parts. Admin and Web which way i must follow?
1- i will create a web site by MVC3 and create an area in it for admin.2- i will create two MVC project one of them will be Web other admin. and i will create two domain (mysite.com and admin.mysite.com)which way is professional.and i want to google must not index the admin site. how can i do this?
I am developing a cms that will use more than one domain and i have to use only one google map script in my page. Is there a way to use google maps without api key? Otherwise it's not working?
View 4 RepliesI've made the change from querystring asp.net webforms application to an url routing one. Now I'm trying to let google know that there's a new set of urls to be aware of. The G has indexed 133 out of 179 new urls sent in sitemap.xml, but the site:mistral.hr command returns the old querystring version of the links.
This could partly be so because I left the functionality of the old querystring version of the site(for backwards compatibility), and haven't done any 301 redirects(nor do I know how to achieve them in my shared hosting account).
The old querystring and the new url routing both point to the same Default.aspx page.