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
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.