Jaime del Palacio
On software development
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.net
asp.net
bit type
compatibility
ControlExtender
custom controls
dropdown
General
jquery
legacy application
MySql
server control
Sql Server
TableAdapters
unit test
UpdateProgress
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
October 2009 (1)
March 2009 (1)
November 2008 (1)
May 2008 (2)
January 2008 (2)
Blogrol
ScottGu's Blog
Joe Stagner's blog
Matt Berseth's blog
Luke Wroblewski' Interface Design Blog
Los Techies
Scott Hanselman's ComputerZen.com
Recent Posts
3
Comments
Unit testing a legacy ASP.NET application. A personal journey – part 1
by
jaimedp
These series of posts will cover my journey into getting a legacy (i.e. no unit tests) ASP.NET web application under automated unit test coverage, the goals, decisions, techniques and pitfalls we got into as we rolled out this initiative. The context...
Filed under:
asp.net
,
TableAdapters
,
unit test
,
legacy application
2
Comments
Custom HTML Dropdown control (part 2) - The server control
by
jaimedp
In this part we are going to take the custom DropDown html control that we created in part 1 and create an ASP.NET server control so we can use it in our Web Forms. The control in part 1 was a fully working drop down control that behaves very close to...
Filed under:
asp.net
,
custom controls
,
dropdown
,
jquery
,
server control
8
Comments
Custom HTML Dropdown control (part 1)
by
jaimedp
My problem stated with the fact that if you set a width to a dropdown (select) control, IE clips the contents of a drop down list when expanded. IE 7 Firefox 3 To solve this, I decided to create my own custom dropdown control and as a bonus be able to...
Filed under:
asp.net
,
custom controls
,
dropdown
,
jquery
6
Comments
MySql and Tableadapters
by
jaimedp
Update (5/5/2008): You can download the Visual Basic version of the code here I think writing data access code is one of the most boring and tedious tasks in computer programming, so I welcome any help I can get to avoid doing it. That's were TableAdapters...
Filed under:
asp.net
,
TableAdapters
,
MySql
,
.net
2
Comments
UpdateProgress and disable a control on postback with multiple UpdatePanels
by
jaimedp
A few months ago, while upgrading an application to use ajax, I needed to show some feedback to the user on long running actions while disabling some of the controls on the page. Looking around for a solutions, I found a couple of good articles...
Filed under:
asp.net
,
UpdateProgress
,
ControlExtender
2
Comments
Compatibility of bit type between SqlServer 2000 and SqlServer 2005
by
jaimedp
Yesterday I had to debug an issue of a product that we are deploying to a production server. We were developing using SqlServer 2005 (express) and the hosting company uses SqlServer 2000 and as soon as we deploy, we got the following exception on one...
Filed under:
bit type
,
compatibility
,
Sql Server
0
Comments
Kick-off
by
jaimedp
First of all, thanks to Joe Stagner and all the asp.net crew for giving us the opportunity to contribute to this community. I'll be posting on different topics of Web Development and specially on Web Applications development. I'll try to post as...
Filed under:
General
More Posts