Web Forms :: Stop Search Engines Firing Events?

Jan 7, 2011

How can I stop Search engines firing events.....

I have a button that adds a product to my shopping basket. it has a postbackurl="../shoppingbasket.aspx?productID=1" when the page is loaded I get the querystring (ProductID) and add it to my database. Well I have been watching the database and I can see that in 1 day the whole of my product range has been added to the shopping basket, not only that but every time it fires the event it creates a NEW basket thus messing up my shopping basket ID's.

So my question is, I want the search engines to index my product pages, BUT I do not want then to add to my basket ( i.e. firing the postbackurl ) I have tried may things like rel="nofollow" adding the URL to my robot.txt. I don't really want to use recaptha as I have do before and have many complaits about it.

View 10 Replies


Similar Messages:

Web Forms :: Meta Tags For Search Engines

Feb 10, 2010

I seem to be having an issue with our meta-tags as they are not being picked up by search engines. It has nothing to do with the fact that I don't know how to create them, but I think it has to do with the way we need to set up our site with our hosting company. Our hosting company requires that we have a page called Default.asp with a script that forwards requests to default.aspx which is currently set up as follows:

[Code]....

The Default.aspx page uses a master page. Our meta-tag is currently setup to index the default.asp page, but not to index or follow any other pages on the site. I also have a robot.txt file that states not index or follow any of the pages within the web site. Do I have the meta-tags in the wrong place? Should they be in the Default.aspx page or on the master page instead? If so, how do I format my tags, as if I just copy and paste them, get all sorts of issues.

View 3 Replies

Web Forms :: Displaying Data From Search Engines?

Mar 25, 2010

I have recently adapted a project and I would like some help with the problem. I have a textbox on a webpage. When someone enters a string and submits the page, I want to search search engines such as Google, Yahoo, Bing, etc and display the results according to relevance from the various search engines.

I have currently looked into the httpwebrequest and related classes. Also, I am new to ASP.NET, 17, and want to do this as a school project.

View 4 Replies

Handle Pages That Move To A New Url With Regards To Search Engines?

May 7, 2010

I have done some refactoring on a asp.net mvc application already deployed to a live web site. Among the refactoring was moving functionality to a new controller, causing some urls to change. Shortly after the various search engine robots start hammering the old urls.What is the right way to handle this in general?


Ignore it? In time the SEs should find out that they get nothing but 400 from the old urls.Block old urls with robots.txt?Continue to catch the old urls, then redirect to new ones? Users navigating the site would never get the redirection as the urls are updated through-out the new version of the site. I see it as garbage code - unless it could be handled by some fancy routing?Other?

View 2 Replies

Completely Hide Website From Search Engines?

Feb 20, 2010

Whats the best recommended way yo hide my staging website from search engines, i Googled it and found some says that i should put a metatag, and some said that i should put a text file inside my website directory, i want to know the standard way.

my current website is in asp.net, while i believe that it must be a common way for any website whatever its programming language.

View 7 Replies

Code To Add To Make Site Visible In Search Engines

Nov 19, 2010

Still new. What can I add to my site to get picked up by serch engines without paying for services? Right now if I do a search My site does not appear.

View 8 Replies

Hiding A Page From Search Engines Like Google (like Facebook's Security Settings)

Dec 27, 2010

I am using asp.net 2010, and I would like to know how can I go about completely hiding a particular page from search engines, similar to how Facebook's security settings are set (for example, if I search for my real name, my fb page will now show up in google).

View 3 Replies

C# - TextBox TextChanged Events And CheckBoc CheckedChanged Events Not Firing Within A Gridview?

Jan 8, 2010

So I've got a databound grid view within a UpdatePanel.

the user can change the data within the gridview then click a save button to update the data within the database.

However in order to know which rows have been changed I have a textChanged event associated with each textbox, but the event isn't being fired.

Here's the ASP code:

[code]....

View 1 Replies

Web Forms :: Stop Firing Textchange Event When On Submit?

Mar 17, 2010

i hav three text box

for those text box i write textchange event and i set autopastbact = true

then i click submit button all three textchange firing again can u stop that

View 3 Replies

Web Forms :: How To Stop Text Changed Event From Firing

Dec 25, 2011

I am calculating discount at text changed event when user enters the discount%. To edit when i load the data from table using dataset i do not get the correct data as it is in the database. For ex if quantity is saved as 5000.00 in table and when i try to fetch it.. I am getting it as 500000. Instead of 5000.00. Is it because of text changed event? How do i resolve this?

View 1 Replies

Web Forms :: WebControls And Events Not Firing?

Nov 23, 2010

I will go into the background of why i am wanting to do this if necessary but in short. I want to create a WebControl which has a button on it. I provide the most simple of examples to understand why it is not working.

No matter what i try my button event doesnt seem to fire. the code for it is here:

[Code]....

This page:

[Code]....

What am i doing wrong? why wont events fire?

View 6 Replies

Web Forms :: Button Events Are Not Firing?

Feb 19, 2010

I'm facing a weird issue...My button events are not firing :(I'm using the 3.5 .net framework and I've already tried to run aspnet_regiis -c, clear the browser temp files, use windows integrated authentication, but nothing works...this is the cenario:

- windows server 2003
- app migrated from .net framework 1.1 (which was working fine) to .net framework 3.5
- IE8

View 8 Replies

Web Forms :: Nested Control's Events Not Firing In UserControl?

Sep 26, 2010

I have a user control which I load dynamically using LoadControl. In this UserControl I have a button with assigned OnClick event, but when I click that button, the event is not fired. I'm populating the user control in UpdatePanel's Load event (I invoke __dopostback from JS).

[Code]....

Here I load user control in the page

[Code]....

View 2 Replies

Web Forms :: Firing Close And Minimize Events Of Web Parts?

Oct 29, 2010

I am in a deep deep trouble because I am trying to use web parts in my project,I have implemnented custom provider for personalization(coz, I am using MYSql as a database).I am using three web part zones and each zone hve more than three controls and whenever I try to drag and drop the parts from one zone to other zone, for the first time the droped element successfuly runs but after then if we again try to drop another element from other zone to this then the already dropped element goes to its original place from where it is dropped,The 2nd problem is that close and minimize verbs are not firing well, e.g if there,My provider personlaization class is as,

[Code]....

and the markup is as,

<form id="form1" runat="server">
<cc3:Script ID="Script1" runat="server" />
<asp:ScriptManager ID="ScriptManager1" runat="server">

[code]...

View 1 Replies

Web Forms :: Dynamically Created Checkboxes Not Firing Events Correctly

Apr 27, 2010

I've dynamically created 3 checkboxes as you can see in the code below. I also wrote an event handler below. When I run the code, the 3 checkboxes show up, but the event handling does not work right. Whenever there is postback from any of the 3 checkboxes, Label1 reflects the state of checkbox #3, no matter if I toggle checkbox #1 or #2. I put the code I have under Page_Init into Page_Load instead, but makes no difference either way.

The bottom line is, I want the event handler to know exactly which of the 3 checkboxes is firing the event so that Label1 can reflect that.

[Code]....

View 5 Replies

Web Forms :: Dymamic Built Table Control And Events Not Firing?

Jun 15, 2010

I have a table control that I am building dynamically and inside one cell I am placing a LinkButton inside it and wiring up an event. Although the event for the LInkButton never fires.

[Code]....

View 4 Replies

Forms Data Controls :: OnItemCommand And OnItemInserting Events Of ListView Is Not Firing?

Oct 4, 2010

I have a nested listview (orders with products)I want to add functions to update products and option to add new products update func works fine. wheni try to insert new record, itemcommand and iteminserting events are not firing. Im registering dynamic script using the below code

string clientIDs = "'" + IlblProductID.ClientID + "," + ItxtProductID.ClientID + "," + ItxtCategory.ClientID + "," + ItxtType.ClientID + ","
+ ItxtPrice.ClientID + "," + IddlInstallType.ClientID + "," + "empty" + "," + ItxtQty.ClientID + "'";

imgPicker.Attributes.Add("onclick", "LoadLookupScreen(" + clientIDs + ")");without the above code, itemcommand event works fine. when i add this script register itemcommand event was not firing

View 2 Replies

Web Forms :: How To Stop Body Onload= Event From Firing When User Clicks Server Side Button

Nov 1, 2010

how to stop body onload= event from firing when user clicks server side button .

this is my below code in client side

[code]....

when i clicks server side button it raises body onload function again?

I want to raise this body onload function only when page load not in server side button click.

View 6 Replies

Forms Data Controls :: Dynamic CheckBox Inside GridView Not Firing Events

Nov 8, 2010

I've been reading up on the problems with dynamically created controls and how they have been solved. The posts I have come across are creating the controls in a panel or some other open place. I can't seem to get my checkbox to fire the event from inside a gridview. below is the code behind from inside the GridView PreRender event.

[Code]....

..And the Checked Event..
[Code]....

So after all this, nothing happens. I get the postback flash but my command inside the checked event doesn't fire.I tried putting the dynamic creation of the checkbox in Page Load with no effect.. I think because I can't place the checkbox inside the GridView under page load.

View 5 Replies

C# - Is There Any Way To Stop Method From Firing When The F5 Refresh Button Is Clicked

Mar 30, 2011

I have a button that has click event in my C#. This works great. However afetr pressing F5 to refresh the page I noticed the button event is fired. This occurs every time I click F5. I've added if(page.IsPostBack) and the method still runs.

Is there any way to stop method from firing when the F5 Refresh button is clicked?

View 5 Replies

Events Not Firing For DataList And GridVeiw

Feb 3, 2010

through the Sitepoint book "Build Your Own ASP.NET 3.5 Web Site". In chapters 10 and 11 the book covers the DataList and GridView.My project will load data correctly into the list and grid; however, the events are not firing, for example the SelectedIndexChanged event. As far as I can tell no list/grid events are being fired in the code-behind file (the page load event and data binding does occur).There are some similar posts in these forums and on the internet concerning this.

View 2 Replies

C# - Nested GridView Not Firing Row Events?

Aug 4, 2010

I have a nested GridView that is placed inside a ListView. The GridView renders perfectly fine with all the entities that are bound inside its datasource.

Each record in my gridview has two buttons - 'delete' and 'edit'. The issue that I am having is that the methods wired to each of these buttons never get fired.

I think the reason for this behaviour is because my ListView's data binding happens only on the first page load, and not on every subsequent postback. As a result, when a postback happens, the events of the nested gridview are never wired up again - hence my methods are not getting fired.

Here is what my code [simplified] looks like:

[code]...

I tried modifying the above code and removing the "!IsPostBack" clause, and the events actually got fired when a button inside the GridView was clicked. However, I do not feel comfortable doing a databind on every postback and think there should be a better solution than that.

View 1 Replies

Click Events Not Firing After 4 To 5 Clicks?

Mar 15, 2011

I am using c# and asp.net with master page for a web application. I am using javascript for some click events to be invoked.

Now I am facing some problems with the click events of the buttons on my page. They suddenly stop firing after click on 4 or 5 buttons.

View 9 Replies

.Net 4 WebApp Events Not Firing On Default?

May 25, 2010

I have this strange problem where if I setup IIS to point at a .net 4 webapp none of my events fireSo lets say the site in IIS is "http://www.mysite.com"...any button I click doesnt ever hit a breakpointNow if I add /default.aspx to the end...all the events fire againDefault.aspx is the top default document in IIS

View 2 Replies

Events Only Firing On Specific Machines But Not On Others?

Nov 10, 2010

I have been trying to solve this problem for several weeks now and it is getting really frustrating. Basically i have a simple project which includes one master page and one content page. the following code is what is found in the content page

<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

[code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved