Bruno Kovacic
Sunday, November 12, 2006
[.Net Framework 3.0] Free training materials
As Microsoft released .Net framework 3.0, they put some free learning materials on eLearning portal. I completed WPF training. It's nothing special, only some core stuff. But it's worth seeing...
Link to eLearning materials
Link to eLearning materials
Monday, November 06, 2006
[ASP.Net] validateRequest
Every time we submit some data on the site, ASP.Net is requests validation of user input on the page and if user, for example, wrote <br> in some textbox, you get Server Alert, and page stops execution.
To avoid this, you need to put validateRequest = false; in the Page directive or in the configuration section.
By default, this property is set to true.
To avoid this, you need to put validateRequest = false; in the Page directive or in the configuration section.
By default, this property is set to true.
System.Data.OleDb.OleDbException: Operation must use an updateable query
I've been working some small web site and on my personal server everything was ok, but when I uploaded site on it's server, this is what I got when I tried to insert some data in my Access database:
System.Data.OleDb.OleDbException: Operation must use an updateable query
There were almost no detalis about the problem... After almost hour of debuging, I discovered that I didn't have permissions to write to my database. Who would think of that!? The funny thing is that this database was created by my provider! I don't know what's the point of database if you can't write into it... I sent email to their admin who gave me appropriate permissions and told me that they never give such permissions by default!
Wednesday, November 01, 2006
MSCommunity ALLCommunity CodeCamp
MSCommunity is organizing their first CodeCamp!It will be held in Zagreb on 16 December, 2006.
I got invitation mail few minutes ago I am very happy about it. I think that such meetings are excellent way to improve your knowledge, and I recommend it to everyone!
You can get more details on http://codecamp.mscommunity.net
See you there!