January 2006 - Posts

0
Comments

IE 7 B2 is here! by preishuber

http://www.microsoft.com/windows/IE/ie7/ie7betaredirect.mspx
5
Comments

european union and microsoft by preishuber

Perhaps you listen to the news from the "old" continent. Microsoft had to pay 500Mil Euro and must split up the media player from Windows XP. This should ensure that competitors can exist on the market. I would name it the “real” punishment. Nothing customers...
11
Comments

Masterpage and 2 contentplaceholder:how to communicate? by preishuber

If you are using master pages and having more than 1 contentplaceholder control you can run into problems like that: Could not find control 'TextBox1' in ControlParameter 'CompanyName'. I used a textbox placed in one contentplaceholder to control the...
10
Comments

Somebody have stolen my name: and I am not very amused by preishuber

A former ASP.Net MVP is using my name for google advertising. He is selling courses which my name in the google adwords list for his company. Try to search for your name and watch the Ads, perhaps somebody is also abusing your name. http://www.google...
37
Comments

Change cell color in gridview depending the inner value by preishuber

As long time reader ;-) of my blog you know: i am fan of the declarative ASP.NET way ( especialy 2.0) But sometimes i reach the limits. This is e.g. for changing font color in a cell if a value reaches limits (negativ). For this purpose you can use rowcreated...
11
Comments

SQLDatasource Controlparameter and the table Null Value problem by preishuber

I am a fan of codeless databinding. Today i found a problem where i got doubts. A table contains a varchar field where null values are possible. This field is the source for a query with controlparameter. So you need something like select * from table1...
More Posts