We have a Windows 2008 Server running IIS and before today, we didn't have the MIME Type setup for some of our internally developed application extensions and would therefore get a 404 error whenever we would try to download a file with that extension.
After adding the extension to the MIME...
We have a user-control as a Windows Forms Control Library, in this project it references some of the same DLL's that our other projects use.
My problem is that when we try to use this user-control in our other projects, it's saying it's missing references to the other DLL's since they're in a...
It looks like it has to do with that <meta> tag.
If I remove it, then the button will display properly but like I said, it causes other issues so I'm going to leave it as is for now.
Thanks for the help!
In my Master page, I have this line of code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
If I exclude that then other elements of the site don't display properly.
Besides that, here's whats in the CSS for "button2":
.button2
{
display:inline-block;
cursor:pointer...
Here's the source code, there's a table that I also have between the </legend> and <br> tags but it was a lot of extra text and I don't think it's relevant:
<div id="MainContentPlaceHolder_pnDateRange" onkeypress="javascript:return WebForm_FireDefaultButton(event...
So I have an <asp:Panel> control with it's GroupingText property set which will end up rending as a <fieldset> control.
Inside this Panel/Fieldset I have a button and have it's style property set to "float: right".
If I view this in IE8 or Chrome the button shows up fine but when I view it...
So I have an <asp:Panel> control with it's GroupingText property set which will end up rending as a <fieldset> control.
Inside this Panel/Fieldset I have a button and have it's style property set to "float: right".
If I view this in IE8 or Chrome the button shows up fine but when I view it...
I'm having a strange issue here.
Whenever I protect a worksheet on my desktop, the Select Locked/Unlocked Cells works fine.
However, when I release the Excel to our webserver and download it via the website, it turns off those options and selects other options so I end up not being able to...
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.