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 SkipVought 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: VBRookie
  • Order by date
  1. VBRookie

    Stop Table Cell Growth!

    You're right ... I'm working with google maps and didn't realize that the height was being set somewhere else as well. I fixed it there and it works fine now! Many Thanks, - VB Rookie
  2. VBRookie

    Stop Table Cell Growth!

    Do I need it if I'm only concerned about vertical growth? - VB Rookie
  3. VBRookie

    Stop Table Cell Growth!

    Sure here it is: <div id="panel" style="overflow:auto; height: 400px; background-color:Beige; border-top: solid 1px #dbdbc1;">&nbsp;</div> I fill this panel later on using javascript with a table of results. - VB Rookie
  4. VBRookie

    Stop Table Cell Growth!

    Hi, I have a table cell that I'm putting data in via javascript. Anyway when the cell is empty it displays as the height that I've specified. But as soon as text is inserted into it that exceeds the height it expands. This is what I'd like to avoid. I've implemented overflow:auto; to...
  5. VBRookie

    DNS Error on Upload when Max filesize exceeded

    Many grateful thankyous - VB Rookie
  6. VBRookie

    DNS Error on Upload when Max filesize exceeded

    Hi, I'm sure that someone has run into this. I have a file upload control on my form and I've set the web.config to allow files to be uploaded that are up to a certain limit. If I try to upload a file larger than that instead of going to my custom error screen I get the DNS error screen...
  7. VBRookie

    file count limit and minimum available disk space

    Thanks this is the information that I needed. I'm writing an app that writes documents to a folder and I figured that I'd better put a limit on the number of docs that go into one folder ... This was very helpful. Many Grateful Thankyous, - VB Rookie
  8. VBRookie

    file count limit and minimum available disk space

    Hi, I have two brief questions: 1. Is there a 'best practice' for folder file counts? For example is it best to have many small directories that only contain about 300 - 500 files each or is it perfectly ok to have directories containing 5000 or more files? 2. What do you recommend as the...
  9. VBRookie

    total files in a directory

    Thanks ca8msm! That works beautifully! - VB Rookie
  10. VBRookie

    total files in a directory

    Hi, I'm creating a web app that will allow users to upload images to a directory on the server. What I'd like to do (to prevent having 5000 files in one directory) is to set a limit on how many files can go in one directory and once that limit is reached create a new directory and start...
  11. VBRookie

    multiple file uploads

    no its just not working ... it appears to be ignoring the maxrequestlength value in the web.config for some reason. If I upload smaller files it works ...
  12. VBRookie

    multiple file uploads

    Hi, Is there a way to upload multiple files in asp.net? I thought that there was (just add two fileupload controls right?) Well my app was working when I just had one fileupload control. When I added a second one I now get the 'document contains no data' message whenever i try to upload...
  13. VBRookie

    image copyright information

    Thanks ... I've been digging more since posting this and testing and it is available in the EXIF information sometimes but not very often so no I don't plan on implementing this functionality. I'm just going to rely on the user to specify that. Many Thanks, - VB Rookie
  14. VBRookie

    Check an image for errors before upload

    I wanted to post an update to this. After some trial and error I've come to find out that the previous code I posted (above) will sometimes flag a valid image file as being corrupted so I've revised to code as shown below: mybitmap =...
  15. VBRookie

    image copyright information

    I'm not sure how to handle that ... I supposed it should be flagged as 'copyright information unknown or not specified'. Any authorized user will be able to upload images but if an image is marked as copyrighted i'd like for the system to detect that when possible and mark it appropriately. So...
  16. VBRookie

    image copyright information

    Hi, I know that I can read the EXIF information of an image but is there anyway to find out whether or not an image is copyrighted programmatically? Many Thanks, - VB Rookie
  17. VBRookie

    Call a DTS from a DTS then FTP it

    Many Thanks! Execute Package was the ticket ... - VB Rookie
  18. VBRookie

    Call a DTS from a DTS then FTP it

    A merry morning to you all! I have 6 dts packages that I'd like to consolidate into one and then FTP the resulting text files to a remote server. Is it possible to call a DTS from a DTS? If so how? I've been googling without finding very many practical examples. Many Thanks, - VB Rookie
  19. VBRookie

    Website Translation Services

    Can anyone recommend a good translation service? I've been googling this but its hard to know who's good and who isn't. We have several websites that we'd like translation on. We also have many on the DNN Portal System. Can someone please point me in the right direction or recommend a...
  20. VBRookie

    Check an image for errors before upload

    yes i'm testing locally when I deploy it all necessary paths will be changed. Much appreciated.

Part and Inventory Search

Back
Top