Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lastdonuk

    .NET 2.0 Store Procedures executing multiple times per page load

    Hi, Thanks very much both for sharing your knowledge, I'll investigate and hopefully update you with good news... I really appreciate your time and thoughts. Cheers, Bob lastdonuk
  2. lastdonuk

    .NET 2.0 Store Procedures executing multiple times per page load

    Hi there, Thanks for the reply. I'm using a standard SQLDataSource, is that what you're asking? Thanks in advance, Rob lastdonuk
  3. lastdonuk

    .NET 2.0 Cache binary data between pages

    Hi evaleah, I did briefly try a Session, but besides replacing "Cache" with "Session" do I explicitly need to turn Sessions on or anything? In answer to your second question, yes, the bindata object is null before refreshing... Thanks for the response, Rob lastdonuk
  4. lastdonuk

    .NET 2.0 Store Procedures executing multiple times per page load

    Hi, I have a speed and general overhead issue in my web app (C#) whereby I can see a gridview datasource (a Stored Procedure) executing usually twice on every firing of any event on a page - drop down list select change, another gridview's selected index change, button click, etc. The gridview...
  5. lastdonuk

    .NET 2.0 Cache binary data between pages

    Hi, My issue is that a cached object called from a new page does not display until you refresh the new page (C#). I have a requirement to pass an image held in an SQL image datatype field into a new window when produced from a button onClick event. The initial creation of the image is fine...
  6. lastdonuk

    New window action causes original page controls to open new window!

    Here you go, first the aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="assignments.aspx.cs" Inherits="customers_assigntrack" EnableEventValidation = "false" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  7. lastdonuk

    New window action causes original page controls to open new window!

    Hi, I'm building a .NET 2.0 app using C#. Here's my issue: I have a standard .aspx page with CodeBehind in a separate .cs page. From this page, I'm opening a new page using target='_blank' from an OnClientClick to view a chart in a full window, notes, photos, etc and to do this I'm using a...
  8. lastdonuk

    opening a new window, range of options = multiple destinations

    Thanks, I really appreciate your help and explanations here. My example is a little different - the new page is called from a button outside the chart and the gridview - but I'm sure the principle is the same, so I'll see if I can apply the logic to my scenario and thanks alot once again...
  9. lastdonuk

    opening a new window, range of options = multiple destinations

    Here's the scenario at present: 1. Render parent page 2. Render Chart on GridView SelectedIndexChanged 3. Open "Full Screen" version of Chart via Button_Click in a new window using asp:ImageButton onClick to set Cache variables and onClientClick to run the javascript:popUpWin('PopUp.aspx') code...
  10. lastdonuk

    opening a new window, range of options = multiple destinations

    Cheers Jason, Just to check: as there's no onClick method for asp:Hyperlink, I can just do Attributes.Add("onClick"...) for my Code Behind to fire, I have to do some variable storage, variable updates, etc...? My understanding is growing, I just need someone to say "yeah, that's correct"...
  11. lastdonuk

    opening a new window, range of options = multiple destinations

    Hi, Hoping someone can help. I've got an ASPX page with a number of asp:ImageButtons triggering javascript window.open functions to open various new windows dependent on the button clicked. My issue is that the "parent" page - i.e. where the button_click is triggered from - always refreshes. I...
  12. lastdonuk

    Grid view and details view problems

    Nice work Hughejars, I had this exact issue...this is the only post I could find on the web for this, which is strange as I can imagine it's a fairly normal implementation of standard .NET controls... Oh well, cheers! Bob lastdonuk Powergirls Ltd
  13. lastdonuk

    Secure URL showing for homepage in Google organic listings!

    Hi all, Just to let you know a resolution to the HTTPS issue: 1. I closed all routes to non-secure internal URLs from the secure pages. 2. Then I set up the if...end if code looking for HTTPS and directing to HTTP. These two steps combined - I don't know if one was more useful than the other...
  14. lastdonuk

    Secure URL showing for homepage in Google organic listings!

    The script I was referring to is the custom 404, btw :) re: HTTPs issue: Am just cutting all links back into the main site from our "new window" secure app process. Any pages required - callback, privacy pages, etc - are being moved into the secure area. Hopefully that might fix this up. Rob...
  15. lastdonuk

    Secure URL showing for homepage in Google organic listings!

    Thanks Chris, I've registered at searchbliss and HR - I know I'll have some questions at some point! The updated script is working excellently now - thanks again... Cheers, Rob lastdonuk Health-on-Line
  16. lastdonuk

    Secure URL showing for homepage in Google organic listings!

    Hi, Thanks for your help, Chris, your theory makes perfect sense...this site is throwing up a lot of stuff I've never seen before - but at least I can add it to my experience now! I'll look into your suggestions - you don't have any FAQ links by chance, do you? Cheers again, Rob lastdonuk...
  17. lastdonuk

    Secure URL showing for homepage in Google organic listings!

    Hi again Chris, It seems that Google is seeing HTTPS pages - whereas MSN & Yahoo are not - also when comparing the url on a Google page with others around it, ours is the only one that has the format: https://www. - all the other pages are simply www. Thanks if you can suggest anything. Rob...
  18. lastdonuk

    Secure URL showing for homepage in Google organic listings!

    Hi Chris, I searched on health-on-line, as we appear top for that, further down the page there's another of our pages...without a secure url...I'll check some more. We have two button links on the homepage going into our secure app process, could this be the issue? Thanks for your help, Rob...
  19. lastdonuk

    Secure URL showing for homepage in Google organic listings!

    Hi, When our website is searched for organically in Google, the url that appears (and which the user is directed to) is HTTPS, looking like a secure site! Our secure certificate is for www.domain-name.co.uk, so it's okay except, of course, for IE6's beautiful secure/non-secure warning... I've...
  20. lastdonuk

    301 Redirect without .htaccess file

    Chris - it works fine (of course) - your new code is perfect. Thanks so much for this and sorry to drag you over your own code again. This is the solution to my problem, I'm not sure it deserves a FAQ of it's own or even how to do it - it IS your solution after all ;) Have a star, anyway...

Part and Inventory Search

Back
Top