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!

Recent content by lastdonuk

  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

Part and Inventory Search

Back
Top