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
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
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...
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...
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"...
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...
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...
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...
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"...
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...
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
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...
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...
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
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.