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