March 20th, 2007
Great feature of ASP.NET is that we are able to write a server control, pack it into assembly and use in many applications. However, it is quite hard to create one. On the other hand, user controls (ascx) are very easy to write but they’re not so good to reuse because we must share our code.
Read the rest of this entry »
March 1st, 2007
Microsoft SQL Server is very good piece of software but reporting services, especially the presentation layer, is little crappy
Without going into details, if you have a problem with disappearing calendar in Firefox just remove the doctype of your html page or change it to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
It works.