I made a mistake in my previous analysis. It's not NAS that's causing the behaviour but anytime we access the file thorugh IIS.
If I access the IGES file as
www.abc.com/file/sample.igs then I get the problem.
If I go to the server and then browse for the file as...
I have a web site with download links. Downloads are segregated according to different file types. Files of a file type are grouped together and are displayed in a drop down list box. User selects the file required and then hits go and the file downloads.
For ex. The first drop down contains...
I am designing a solution and would like some input as to what the most efficient way to do it would be.
My Problem:
I have a set of files sitting across the network. I have an xml list that contains a list of files names. I need to verify that the file names that I have actually exist across...
I think I solved it.
Here is waht was happening.
I had a reference to a older version of the mystery DLL in my project references. So the DIM part was using that dll. The Create Object part was letting me step through into the dll but was since the interface ahd changed it was giving me the...
I have a VB DLL that I am trying to debug(x.dll). The source code and names are propreitary so I will use psedo names here instead.
In order to debug my problem I have written a small VB program(test). However I don't get too far.
All I am doing in test is this
Dim objXRef As X.XXXX
Set...
I need to set the size of the font in a dropdown List box but I am unable to do so.
I have tried both explicitly setting <Font Size=8> before the <Select> as well as tried a class. They both don't seem to work.
Any ideas anyone?
Tx in advance.
Well, I think the last line by starway sums it up. What I want to do is control the number of choices when I open my drop down list box.
My creative team desgined it and I have to deliver it. I just don't know how. Maybe some web site used a custom control to do it. I do not have that luxury...
Hi,
I need to create a drop down list box that has about 40 items. However it should display only one line initally. Then when the user clicks on it, it should drop down to display 10 choices and also a scroll bar for the user to navigate to select more choices. I have no clue how to do this...
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.