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 Mike Lewis 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: jpuk
  • Order by date
  1. jpuk

    Newbie: textboxes still showing old info after postback

    excuse the poor code as it's my first attempt i have an aspx page that loads the user control - code is private void Page_Load(object sender, System.EventArgs e) { if (!IsPostBack) { //This populate dropdowns - works fine populateDDL(ddlBusRef, "Bus Case Ref")...
  2. jpuk

    Newbie: textboxes still showing old info after postback

    vbkris, Thanks for this but still get the same problem on the textboxes. Why would they work correctly once i set enabled to False.
  3. jpuk

    Newbie: textboxes still showing old info after postback

    I populate textboxes on a user control from a database. my problem is that the textboxes retain their old info after a postback. I use the page_load event to populate the fields. Strange thing is that a response.write of the textbox in the page_load routine shows the textbox as having the...
  4. jpuk

    document styles

    nlim, you said this may be possible - is that still the case
  5. jpuk

    document styles

    chael, our build is similar to you last option <html> <table> <Report1> <Report2> </table> <html> if report2 returns no data then i want to build a blank <tr> with an equivilent number of <td>0.00</td> as in the first report - my problem is that grid two provides me with no information as to...
  6. jpuk

    document styles

    Chael I have a stylesheet on my second report within the document - can that stylesheet reference the brc attribute from the first report if so how - please give an example of the xsl. wouldn't the example from above...
  7. jpuk

    document styles

    chael thanks for this - i don't quite understand where this code goes - surely if its in either document.asp or any of the included files then the code applies to all documents.
  8. jpuk

    document styles

    nlim - say I want to pass the number of metric columns in grid 1 and use that figure somewhere in grid 2 to say create a blank row when no data is returned
  9. jpuk

    document styles

    i'm building a two grid document is there any way (using stylesheets) that i can pass info from the first grid to the second.
  10. jpuk

    is it possible to do pageby in documents

    Have a large document that would benefit from the pageby functionality but can't find a way to do it and just wanted to know if it was possible to do. many thanks in advance
  11. jpuk

    McShield disables during file scan

    These problems seem to be caused by NT services interupting the Mcafee startup files. one tech bulletin suggested removing AVSYNMGR.EXE from the run services in the registry and putting it in the startup folder, but this would mean that there is no protection until a user has logged on...

Part and Inventory Search

Back
Top