Welcome to Neudesic Blogs
Sign in
|
Join
|
Help
Michael Morozov
Software bits
This Blog
About
Email
Feb
March 2006
Apr
S
M
T
W
T
F
S
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
Syndication
RSS 2.0
Atom 1.0
Search
Go
Archives
October 2007 (1)
January 2007 (1)
April 2006 (1)
March 2006 (5)
February 2006 (3)
Navigation
Home
Blogs
Post Categories
.NET tips and tricks (5)
Usability rants (2)
March 2006 - Posts
Monday, March 20, 2006 7:57 PM
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:
Usability rants
Friday, March 17, 2006 12:17 AM
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
posted by
Michael Morozov
|
2 Comments
Filed Under:
.NET tips and tricks
Monday, March 06, 2006 9:54 PM
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,
posted by
Michael Morozov
|
2 Comments
Filed Under:
.NET tips and tricks
Friday, March 03, 2006 10:55 PM
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:
Usability rants
Friday, March 03, 2006 7:59 PM
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
posted by
Michael Morozov
|
0 Comments
Filed Under:
.NET tips and tricks