Welcome to Neudesic Blogs Sign in | Join | Help

March 2006 - Posts

Crystal Reports menus

In Crystal Reports (I am using version 9), if you right-click on a field embedded into a label, a context menu appears with the following items: Text Formatting...Format Text... Can you guess what they do? :) The former opens up the "Font" dialog, the
posted by Michael Morozov | 0 Comments
Filed Under:

Single Sign-On for everyone

Single Sign-On (SSO) is a hot topic these days. Most clients I worked with have more than one web application running under different versions of .NET framework in different subdomains, or even in different domains and they want to let

ASP.NET 2.0 two-way binding and calculated fields

Did you get that feeling of excitement, when during the ASP.NET 2.0 presentation the two-way bound data grid was built with a few mouse clicks? It does look impressive. However, when you get home and try to do something a little bit more complicated,

Google tips

Don't you just hate it when you are trying to search for a product review, all you get is middle-man shopping sites? Surely, you add the words "review", "compare" to the product name and model number, but all these sites have a "review" section
posted by Michael Morozov | 0 Comments
Filed Under:

Dependent data-bound controls in ASP.NET 2.0

We all know that in ASP.NET 2.0 we can create data-bound forms without writing any code. You can, for example, create a databound drop-down list using a wizard that takes you through creating a database connection, building the select query and binding