Sign in
|
Join
|
Help
in
Current Tags
Matt Williamson’s Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Feedback
Contact Me
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Philadelphia to Chicago (778 miles) in Under 12 Hours
Introducing the American Academies of Sports Practitioners!
ASP.NET Site Hangs Forever When Accessing Database via LINQ to SQL
Finally Back Online!
The Camcorder AV Cable, Who Knew?!
Tags
.NET
1
2003
2005
2007
2008
3.0
3.5
360
64
7
7.0
ASP.NET
Asterisk
Backup
BlackBerry
Bunker Hollow
C#
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Disk
DNS
Domain
Drivers
Edge
Email
Error
Exchange
Extender
Favicon
FireFox
Firewall
Forum
FreePBX
FTP
GoDaddy
Hardware
Home
IE
IIS
JavaScript
Linksys
Machine
Media
Media Center
Membership
Motherboard
Mount
Network
Networking
Operating System
OS
Outlook
OWA
PBX
pfSense
Phone
Photoshop
Pictures
PowerShell
PPTP
RADIUS
RDP
Remote
Script
Security
Server
Settings
SMTP
Software
Spam
SQL
SSL
T61p
Thinkpad
TrixBox
TVersity
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
website
Windows
x64
Xbox
XML
XP
Archives
January 2009
(3)
December 2008
(6)
November 2008
(7)
October 2008
(16)
September 2008
(14)
August 2008
(12)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(11)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson’s Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
C#
(
RSS
)
ASCII
ASP.NET
C
Sharp
Software
XML
ASP.NET Disable Submit Button OnClick
Add the following line on Page_Load. This will disable btnSubmit , change the text of the button, and then continue on with the server side btnSubmit_OnClick event handler. btnSubmit .Attributes.Add("onclick", "this.value=\"Processing...
Posted
Oct 03 2008, 04:05 AM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
ASP.NET
,
C#
,
C
,
Sharp
C# - Properly Format Special XML Characters in String
If you ever manipulate XML as regular strings, you've definitely run into the issue where a special character (&<'>") breaks your app. It's easy enough to write your own method to replace these five characters with their proper...
Posted
Oct 02 2008, 02:26 PM
by
Matt Williamson
with | with
no comments
Filed under:
XML
,
C#
,
C
,
Sharp
Find & Replace Newline (\r\n) with UltraEdit
I ran into an interesting problem this week, a utility I wrote created an incredibly long string but wasn't formatted properly. The Environment.NewLine characters \r\n were appearing in the string where the line breaks should have been. With UltraEdit...
Posted
Sep 05 2008, 11:24 AM
by
Matt Williamson
with | with
no comments
Filed under:
Software
,
C#
,
ASCII
ASP.NET Membership ValidateUser Always Returns False
I was creating a page where a user must enter his password before accessing sensitive account information. The first couple passes everything was running smoothly, but after testing for a few minutes ValidateUser would fail every time. Since I was testing...
Posted
Aug 30 2008, 01:08 PM
by
Matt Williamson
with | with
no comments
Filed under:
Software
,
ASP.NET
,
C#
Authorize.net Custom Classes
I wrote two classes to make using an authorize.net account a little easier, a transaction class and a transaction response class. I removed my custom code in the transaction constructor, you'll have to replace it with your own account information...
Posted
Jul 29 2008, 08:58 PM
by
Matt Williamson
with | with
no comments
Filed under:
Software
,
C#