Make Sure Item is Selected For Deletion in ListView Prior to Post Back using jQuery

by Bill Beckelman 30. September 2008 22:15
I have been adding the ability to delete multiple items in a ListView for a while now. One thing that has been bugging me though was the user could click the button to delete the selected items even if no items were selected which would popup a delete confirmation. If the user clicked yes, then a po... [More]

Tags:

ASP.NET | jQuery

jQuery - Some Amazing Happenings Today

by Bill Beckelman 28. September 2008 16:29
Scott Guthrie's post today announcing jQuery will be a standard, supported library in VS/ASP.NET is taking the developer community by storm. Check out these great posts if you haven't seen them yet: jQuery to ship with ASP.NET MVC and Visual Studio - Scott Hanselman Introduction to jQuery Article... [More]

Tags:

ASP.NET | jQuery

Linq Except Operator

by Bill Beckelman 25. September 2008 20:01
I came across a handy Linq operator called the Except operator today that fulfilled a simple requirement I had to only allow the selection of an item for adding to a group if that item was not already in the group. It worked great and everyone is happy with the end result. For more info on the Excep... [More]

Tags:

ASP.NET | Linq

Clear Input Fields in an AjaxControlToolkit ModalPopup When Cancel is Clicked

by Bill Beckelman 24. September 2008 23:01
It has always bugged me that when I click cancel in an AjaxControlToolkit ModalPopup that any input fields are not cleared. If you click the the button that causes the popup again, the fields still contain any data that was entered prior to the initial cancel. Demo | Download I have come up with two... [More]

Use CSS and jQuery to let User Choose to Print in Black and White or Color

by Bill Beckelman 23. September 2008 19:58
I have some reports on our intranet that look great in color on the screen, but if someone lucky enough to have a color inkjet sitting on their desk prints them it's pretty likely they have no idea how to change the print settings to black and white to save their color ink if they want to. Today I w... [More]

Tags:

ASP.NET | CSS | jQuery

File Association Fixes for Windows Vista

by Bill Beckelman 20. September 2008 21:17
I just un-installed some software that was handling zip activities on my Windows Vista machine and of course after it was un-installed all my zip files were no longer associated with the built in zip utility. A quick search found http://www.winhelponline.com/articles/105/1/File-association-fixes-for... [More]

Simulate a Windows Service Using ASP.NET to Run Scheduled Jobs

by Bill Beckelman 20. September 2008 12:42
Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take anoth... [More]

Tags:

ASP.NET

Blog Updated to BlogEngine.Net 1.4.5

by Bill Beckelman 20. September 2008 11:28
This morning I decided to finally update my blog to the latest version. It's one of those things that I have been meaning to do for a while but wasn't to excited about since I was a few versions behind. All in all it was pretty straight forward and things just worked. I use the default xml provider ... [More]

Override Chrome's Automatic Border Around Active Fields Using CSS

by Bill Beckelman 15. September 2008 10:49
There might be a time when you don't want Chrome's automatic border around active fields or you want to change its color or something. Its pretty easy to change using CSS if you need to.Demo To remove the border for all fields you can use the following: *:focus {outline: none;} To remove the borde... [More]

Tags:

Chrome | CSS

Delete Confirmation Popup in ASP.NET ListView Item Using ThickBox jQuery Plugin

by Bill Beckelman 14. September 2008 22:51
In my post last week I initially tried using the jQuery ThickBox plugin to popup a confirmation dialog from an ASP.NET ListView item. I had some trouble at the time getting it to work how I wanted so I moved on to using the SimpleModal plugin. This weekend I decided to go back and try the ThickBox p... [More]

Tags:

Powered by BlogEngine.NET 1.4.5.7
Theme by Mads Kristensen


About Me

I live and work in Salt Lake City, Utah. My background is in aviation. I have a degree in Aeronautical Science from Embry-Riddle Aeronautical University in Prescott, AZ. I have worked as a commercial airline pilot and most recently as a technical advisor for a charter airline.