Nivisec - nivisec.com - Billy's Blog

Latest News:

Windows Phone 8 IE 10 Responsive Design Fix 19 Aug 2013 | 07:51 pm

It seems that WP8 with IE10 has a bug with responsive design viewports.  I found the widely used fix at http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ Add the following CSS: Add th.....

Change a Windows 8 Product Key 12 Aug 2013 | 06:07 pm

I purchased a large number of Windows 8 Update Keys, but I needed clean installs of Windows 8 on each machine. Instead of something like "Enter your previous Windows Key" to install it, Microsoft dec...

Making a GridView render the header in the thead tag 18 Sep 2012 | 08:31 pm

By default a ASP.Net GridView control renders everything inside a tag, which isn't good when doing Bootstrap tables.  Adding the following will force it to render inside the and tags. myGridView.Data...

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). 18 Sep 2012 | 06:49 pm

I've encountered this error a few times with my own custom controls and with the AjaxToolkit when I was upgrading a legacy project with a UI refresh. In both cases, I had added a .js reference in my ...

Force IE to render in non-compatibility mode 28 Aug 2012 | 06:36 pm

Many of our users have to keep compatibility mode for our domain due to SharePoint. So, I have a lot of trouble getting IE compatibility mode to render Twitter Boostrap the same way it renders on IE8...

Replace .Net Validation Summary with jQuery UI dialog 23 Sep 2011 | 03:41 am

This will replace the older looking .Net Validation Summary built-in JavaScript pop-up with a more modern looking jQuery UI dialog.  It works by hiding the real Validation Summary text, then shows it ...

Using Linked Files in a Web Application Project 10 Sep 2011 | 04:22 am

I was in need of a way to share JavaScript files, CSS, and other static files (i.e. non-compiled) between web application projects.  I continually maintained and updated the files on the main web proj...

Unknown server tag 'asp:ScriptManager' 16 Aug 2011 | 01:18 am

LiveJournal Tags: .Net This exception has popped up more than once for me, but the answer when searching for help is always the same.  Add the following to your web.config (or similar based on your ve...

Manual Adobe Acrobat Reader Download 2 Aug 2011 | 03:38 am

I get tired of searching for this every time I need it. You can manually download any version of Acrobat Reader at: ftp://ftp.adobe.com/pub/adobe/reader/

Using jQuery UI Dialog as a confirmation box for an ASP.Net button 21 Jul 2011 | 02:19 am

This will add a jQuery UI Dialog confirmation when clicking a button in asp.Net. This is a non-generic, one button <-> one dialog example. The button: <asp:Button ID="btnSubmit" runat="server" Te...

Recently parsed news:

Recent searches: