Contents tagged with ASP.NET
-
Web Profile Builder 2.0.0.0
It's been over five years since I've made any updates to this project. I had basically
-
Web Profile Builder 1.2.0.0 Released
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 to put together some basic documentation. It is available from the release download section. -
Web Profile Builder 1.1.0.0 Released
Files can be downloaded from the Web Profile Builder project page.
-
ClientID Problem In External JavaScript Files Solved
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. -
Web Profile Builder for Web Application Projects
Files can be downloaded from the Web Profile Builder project page.
-
A more elegant solution to display GridView header and footer when the data source is empty.
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.
Others show overriding the CreateChildControls method.