scottonwriting.net
ERROR: “Index was out of range” when Accessing the DataKeys Collection in a Paged GridView - Scott On Writing.NET
http://scottonwriting.net/sowblog/archive/2013/11/14/error-index-was-out-of-range-when-accessing-the-datakeys-collection-in-a-paged-gridview.aspx
Scott On Writing.NET. Musings on technical writing. ERROR: Index was out of range when Accessing the DataKeys Collection in a Paged GridView. Published 14 November 13 11:45 PM Scott Mitchell. While working on a legacy ASP.NET WebForms application I stumbled into the following error: I had a paged GridView with a LinkButton in a TemplateField that, when clicked, accessed the GridView’s DataKeys. Collection. When clicking one of the LinkButton’s on the. The markup for the LinkButton was as follows:. Value ...
scottonwriting.net
Uploading a Variable Number of Files from an ASP.NET Web Page - Scott On Writing.NET
http://scottonwriting.net/sowblog/archive/2012/03/31/uploading-a-variable-number-of-files-from-an-asp-net-web-page.aspx
Scott On Writing.NET. Musings on technical writing. Uploading a Variable Number of Files from an ASP.NET Web Page. Published 31 March 12 03:15 AM Scott Mitchell. ASPNET has long offered the FileUpload control. HTML element and sets the WebForm’s encoding type to multipart/form-data. The input type= file /. HTML element is what instructs the browser to render the file upload interface and the multipart/form-data. In particular, we had the page initially contain a single input type= file /. HTML element th...
scottonwriting.net
Full Day ASP.NET MVC 3 Training Event in Los Angeles on May 21st, 2011 - Scott On Writing.NET
http://scottonwriting.net/sowblog/archive/2011/05/12/full-day-asp-net-mvc-3-training-event-in-los-angeles-on-may-21st-2011.aspx
Scott On Writing.NET. Musings on technical writing. Full Day ASP.NET MVC 3 Training Event in Los Angeles on May 21st, 2011. Published 12 May 11 08:57 PM Scott Mitchell. In conjunction with the Los Angeles .NET Developer's Group I will be presenting a full day, hands-on lab and training event on ASP.NET MVC 3 on Saturday, May 21st. LADOTNET Master Series: ASP.NET MVC3 with Scott Mitchell. Saturday, May 21st, 2011. 2900 W. Alameda Ave, Suite 400. Burbank, CA 91505. Utm source=eb email&utm medium=email&utm ...
scottonwriting.net
iTextSharp - Scott On Writing.NET
http://scottonwriting.net/sowblog/archive/tags/iTextSharp/default.aspx
Scott On Writing.NET. Musings on technical writing. Rendering Lists in Irregular Columns Using iText / iTextSharp. 16 October 13 01:35 AM. Today’s blog post is going to be a bit obscure, but I stumbled across this problem recently and found a workaround that I thought would be worth sharing for anyone else who found themselves in my place. iText is an open-source library for programmatically. Filed under: ASP.NET Talk. Blogs, RSS, Web 2.0. San Diego .NET Developers Group. San Diego .NET User Group.
scottonwriting.net
ASP.NET Bundling and Minification Returning File Not Found (404) - Scott On Writing.NET
http://scottonwriting.net/sowblog/archive/2013/10/19/asp-net-bundling-and-minification-returning-file-not-found-404.aspx
Scott On Writing.NET. Musings on technical writing. ASPNET Bundling and Minification Returning File Not Found (404). Published 19 October 13 07:19 AM Scott Mitchell. I’m going to provide a more in-depth discussion on the issue at hand, but let me state the exact problem and solution in short the problem was that the name of the script bundle e.g., /bundles/MyBundle. Did not match the bundle name referenced in the Scripts.Render. Statement e.g., Scripts.Render( /bundles/MyBundle Typo. Classes and adding t...
scottonwriting.net
ERROR: Resource name XXX cannot be used more than once - Scott On Writing.NET
http://scottonwriting.net/sowblog/archive/2012/05/03/error-resource-name-xxx-cannot-be-used-more-than-once.aspx
Scott On Writing.NET. Musings on technical writing. ERROR: Resource name XXX cannot be used more than once. Published 03 May 12 01:43 AM Scott Mitchell. A couple weeks ago I had a client call me up with a perplexing build error. He had an ASP.NET 4 Web Application project open in Visual Studio 2010 that he was working on when, suddenly, the following error cropped up when building:. Resource name ‘xxx.resources’ cannot be used more than once. Anyway, we banged our heads on it for a good hour before we fi...
scottonwriting.net
Using Log Parser to List All Blocked IP Requests - Scott On Writing.NET
http://scottonwriting.net/sowblog/archive/2012/04/08/using-log-parser-to-list-all-blocked-ip-requests.aspx
Scott On Writing.NET. Musings on technical writing. Using Log Parser to List All Blocked IP Requests. Published 08 April 12 08:02 AM Scott Mitchell. In a recent project we needed to block a series of IP addresses from accessing our website. IIS makes this easy with its IPv4 Address and Domain Restrictions feature, which lets the webmaster specify specific or ranges of IP addresses that are either allowed or denied access to the website. See Configure IPv4 Address and Domain Name Rules. Note the SQL-like ...
blog.pewitt.org
Random Technology Ramblings » Super quick Introduction to HTML5
http://blog.pewitt.org/2012/08/08/super-quick-introduction-to-html5
From a SoCal .NET geek. Super quick Introduction to HTML5. At 4:01 pm under HTML5. Super quick introduction to html5. Last night I presented to the San Diego .NET Developers Group. About HTML5. I was surprised that no one in the audience was currently rendering HTML5 so I think this was a good topic for them. Support for the new form elements is quite spotty which you can test your browsers at html5test.com. Input type=”date” /. Input type=”datetime” /. Input type=”email” /. Input type=”tel” /. And I wan...
SOCIAL ENGAGEMENT