Joe Wrobel
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
Automation
C#
ClickOnce
ClientID
Deployment
GridView
NAnt
Profile
Silverlight
Visual Studio
WAP
Web Application Project
Sponsors
advertise here
Navigation
Home
Blogs
Archives
March 2013 (1)
February 2013 (2)
January 2009 (1)
May 2008 (1)
April 2008 (1)
March 2008 (1)
February 2008 (2)
January 2008 (1)
Recent Posts
0
Comments
Web Profile Builder 2.0.0.0
by
robolize
It's been over five years since I've made any updates to this project. I had basically left it for dead because I personally no longer have a need for it. I know a lot of people do still rely on it though. I had some free time recently...
Filed under:
ASP.NET
,
Profile
,
WAP
,
Web Application Project
3
Comments
Conditional Project Reference
by
robolize
I develop a lot of different applications. They range from large inventory tracking websites, to Windows services, to user interfaces encapsulating scripts written by someone else. I get asked to make many different things. It can sometimes be difficult...
Filed under:
.NET
,
Visual Studio
3
Comments
Automating ClickOnce Deployment
by
robolize
Building a ClickOnce deployment outside of Visual Studio can be a difficult task. One point I want to make clear is that there is no magic going on to make your application deployable using ClickOnce. Well, unless you are using the tooling inside of Visual...
Filed under:
Automation
,
ClickOnce
,
NAnt
,
Deployment
,
.NET
20
Comments
Conditional Formatting in the Silverlight DataGrid
by
robolize
I’ve been an asp.net developer for some time now and I was excited to jump on to Silverlight when it 2.0 was released a few months ago. One thing I really struggled with was applying conditional formatting to the individual cells in the DataGrid control...
Filed under:
C#
,
Silverlight
4
Comments
Web Profile Builder 1.3
by
robolize
I released a new build of Web Profile Builder. Not much has changed for the 1.3 release. The focus of this release was to revert an undesirable change I made for version 1.2. I did however add one new feature so I changed the version to 1.3. What was...
0
Comments
Web Profile Builder 1.2.0.0 Released
by
robolize
Files can be downloaded from the Web Profile Builder project page. If you are unfamiliar with Web Profile Builder, you can read my initial blog post about it here . Details of this release can be found on the Code Gallery web site . I had a little time...
Filed under:
ASP.NET
,
C#
,
Profile
,
WAP
,
Web Application Project
5
Comments
Web Profile Builder 1.1.0.0 Released
by
robolize
Files can be downloaded from the Web Profile Builder project page. If you are unfamiliar with Web Profile Builder, you can read my initial blog post about it here . Changes made for release 1.1.0.0: Added the ability to detect changes made to the profile...
Filed under:
ASP.NET
,
C#
,
Profile
,
WAP
,
Web Application Project
9
Comments
ClientID Problem In External JavaScript Files Solved
by
robolize
Well, at least for me it is. I say that because this solution might not appeal to the masses, but it works great for me. The binary and source files can be downloaded from the MSDN Code Gallery. Here is the direct link. http://code.msdn.microsoft.com...
Filed under:
ASP.NET
,
C#
,
ClientID
122
Comments
Web Profile Builder for Web Application Projects
by
robolize
Files can be downloaded from the Web Profile Builder project page. If you use Web Application Projects, you have probably run into the issue of not being able to access the Profile at design time. Thankfully, some nice people created an Add-In for Visual...
Filed under:
ASP.NET
,
Profile
,
WAP
,
Web Application Project
32
Comments
A more elegant solution to display GridView header and footer when the data source is empty.
by
robolize
I think the need to always show the header and footer of a GridView is pretty common. When I first ran into this problem, I went to Google and found lots of content about this. Some suggest tampering with the data source to add an extra row if it’s empty...
Filed under:
GridView
,
ASP.NET
,
C#
More Posts