Saturday December 2, 2006 02:54
Posted by rousso as ASP.NET
Ok! Here is a new thing I discovered yet again the hard way... In short: Do not call Page.ClientScript.RegisterOnSubmitStatement after the Page Load event. (What?!) Well yes! It's not under all circumstances that you can notice the...
Monday May 29, 2006 02:00
Posted by rousso as ASP.NET
funny thing… I needed a button (in an ASP.NET 2.0 page) to post-back and raise an event for another control. That means that I click a button but the post-back event is not handled by the button clicked but instead by another control on the same...
Wednesday November 23, 2005 03:03
Posted by rousso as ASP.NET
With this post I am opening a series -hopefully- of posts, based on my experiences with ASP.NET 2.0. This post by itself is at the moment incomplete.
I have been programming ASP.NET since version 1.0 and did most of my work in ASP.NET 1.1. Only...
Friday November 18, 2005 03:05
Posted by rousso as ASP.NET
As I was developing applications for .Net Framework 1.0 and 1.1, I was building a couple of code libraries with features I found smart and useful for my apps.
Being an active member of dotNetZone.gr, (a Greek .net developer community often nicknamed...
Thursday July 14, 2005 02:22
Posted by rousso as ASP.NET
Here is a solution for an issue I run into today. Issue: In VS.NET 2003 I tried to use the "Copy Project" feature to copy (deploy) the files required to run a web application to another web server. Nevertheless I got an error saying...