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 wOOdy-Soft 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 hjmc

  1. hjmc

    Slow access to secure sites

    When I use a wired LAN to to connect to internet in Vista, I have no problems. When I use the same router and settings and use a wireless connection I have big problems. The access to secure sites is so slow. For example, access to EBAY login screen is taking minutes and when it does render the...
  2. hjmc

    Transferring byte[] from FileUpload to asp:image

    When I acquire a jpg image from a client I would like show this image in an asp:image (or an html image). Can some tell me how to get the uploaded byte[] into an image control. Many thanks
  3. hjmc

    Reading Deleted Files

    Hi, I want to write a program that can read deleted files on Win XP. I use microsoft vs 2008. Can somebody indicate how I can read the directory to get a list of files marked as deleted but may still be on the hard drive. Or if the best way is to read the drive can somebody point me in the...
  4. hjmc

    drop down boxes in windows xp internet explorer

    Hi, We have developed a web app .NET2 on win2000. It looks OK. When we demo'ed it to user community there was a bit of a problem in that drop-down boxes ,in certain circumstances, could actually 'drop' in an upward direction. The users were using XP IE6. We would rather not have this happen...
  5. hjmc

    Accessing Application state from Class Library

    I am creating a class library (in ASP VB.NET) and need to access application and session state variables. I cant quite grasp how to use use HttpApplicationState etc Can some kind person give me a short piece of code to show me how to do this. Thanks
  6. hjmc

    DatabaseUserContext

    Can some kind person tell me where I can find info on how to use "DatabaseUserContext" class Thanks
  7. hjmc

    How to close a web application for maintenance

    Hi, We are at the stage in a web app project where we are thinking about asking users to logoff or telling them that the app will close in 20 mins (for example) for maintenance purposes. I think we have a way of telling users that the app will close in X mins. Question: What are the best...
  8. hjmc

    events

    Hi, can anyone help. I have a View which contains two controls : a User Control and a button. The button has a Click Event handler. At a point in the code supporting the User Control I want to call the Click handler for the button. I can get as far as addressing the button from the...
  9. hjmc

    Gridview paging

    Works Great! thanks very much
  10. hjmc

    Gridview paging

    I have a gridview which is bound to a datatable which I build in the code and use the DATASOURCE + DATABINDING on the gridview. It works nicely. Now I want to enable paging. If I set ENABLEPAGING to true I get the selectable page numbers under the grid but when I use them the application...
  11. hjmc

    Retrieve a value set by javascript in asp.net

    Hi ca8msm, I am so sorry for being rude and not thanking you. I did get this working exactly as you pointed out. Once again Thanks as I do rely on you guys.
  12. hjmc

    Retrieve a value set by javascript in asp.net

    Hi I have changed my ASP:LABEL to a ASP:TEXTBOX and used this srceEl = document.getElementById ("hiddenControl"); srceEl.value = rowValue; Again I can see the value in the text box but not when I postback. (By postback I mean clicking a button and looking at the value in the textbox in the...
  13. hjmc

    Retrieve a value set by javascript in asp.net

    I have initialised the value of an ASP:LABEL (called "myhiddenControl" in code below) from within a client side javascript routine. srceEl = document.getElementById ("myhiddenControl"); srceEl.innerHTML = "TESTER"; I can see this on the screen and it works. But when I postback, the value of...
  14. hjmc

    Tables and Rows Handling

    When a user clicks a row in a Table, I am trying to get the index of that row within the table. When I get the index of the row I want to assign it to to hidden field so that I can process it on the server. Current attempt is var theCell, theRow, theTab; // get the row that was...
  15. hjmc

    Using PasswordRecovery

    Thanks Smeat, works great.

Part and Inventory Search

Back
Top