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: *

  • Users: lastdonuk
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. lastdonuk

    PHP versus HTML

    This may seem a strange question and, to be honest, as a web developer I'm a little embarrassed to be asking...however, I am being asked to justify the use of HTML pages over PHP in relation to PageRank in Google. A third party has suggested that PHP pages will receive a higher PageRank as the...
  7. lastdonuk

    Checkbox value issue

    I have a form with some conditional javascript code on a group of checkboxes: link If Option 1 or Option 2 are checked then Options 3,4, & 5 become enabled. On submit, I want to pass the value of all checkboxes to another page, showing whether the option is checked or unchecked. Previously...
  8. lastdonuk

    Checkbox value issue

    I have a form with some conditional javascript code on a group of checkboxes: link If Option 1 or Option 2 are checked then Options 3,4, & 5 become enabled. On submit, I want to pass the value of all checkboxes to another page, showing whether the option is checked or unchecked. Previously...
  9. lastdonuk

    Enable/disable group of checkboxes dependent on other checkbox state

    Hi, I have a form which needs more javascript validation than I have the knowledge to provide. The form contains 5 checkboxes. The first condition I've managed to code the validation for: Either option 1 OR option 2 can be - but doesn't have to be - checked. The second condition is that IF...
  10. lastdonuk

    divs work in IE6 but not in FF

    Hi, I've inherited a website which is causing me a particular problem by not functioning correctly in firefox. As an experiment, I recreated the problem code in Dreamweaver MX using the design view to see how IE6 & Firefox 1.0.4 handled it. IE works fine - it's 3 radio buttons each showing a...
  11. lastdonuk

    divs work in IE6 but not FF

    Hi, I've inherited a website which is causing me a particular problem by not functioning correctly in firefox. As an experiment, I recreated the problem code in Dreamweaver MX using the design view to see how IE6 & Firefox 1.0.4 handled it. IE works fine - it's 3 radio buttons each showing a...
  12. lastdonuk

    divs work in IE6 but not in FF

    Hi, I've inherited a website which is causing me a particular problem by not functioning correctly in firefox. As an experiment, I recreated the problem code in Dreamweaver MX using the design view to see how IE6 & Firefox 1.0.4 handled it. IE works fine - it's 3 radio buttons each showing a...
  13. lastdonuk

    Crystal for .NET issue returning recordset from SQL Stored Proc

    We have an issue when running a Crystal Report based on a stored proc, where an amount field with the datatype 'money' refuses to return any more than the first record from 15 returned rows. We've removed all fields, then put them back on one by one, it returns all rows until we add the amount...

Part and Inventory Search

Back
Top