Tabstrip, ssl, & basic authentication

H

Harolds

Everytime a tab is clicked the Enter Network Password dialog is displayed,
though entering a valid userid and password just redisplays the dialog,
clicking cancel displays the page correctly. Everytime a postback is done to
the page the results are the same (Enter Network Password dialog is
displayed).

The folder and the page with the tabstrip uses ssl & basic authentication,
while the majority of the web site does not.

Can someone tell me what could be causeing this problem, and what can be
done to fix it?
 
H

Harolds

Well I fixed my problem, I can't believe no one has had this problem.

In TabStrip.htc the f_Init function has the following lines of code
var cacheImageDef = new Image();
var cacheImageHov = new Image();
var cacheImageSel = new Image();
cacheImageDef.src = sepDefaultImageUrl;
cacheImageHov.src = sepHoverImageUrl;
cacheImageSel.src = sepSelectedImageUrl;
If you don't set these properties in VS for the tabstrip control ie attempts
to open a file called NULL in the same directory as you aspx page.

Instead of fixing this in the htc file I decided to create a file call NULL
just incase this problem resides else where.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top