Wednesday, 26 December 2007 10:43 by
Dmitriy
Custom control to insert Flash movies into ASP.NET Page without "Click to activate and use this control" in Internet Explorer..
[More]
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Monday, 24 December 2007 03:44 by
Dmitriy
If you want to make your own custom control. Yes, custom - not user control. You have something that should work good, everywhere and run from single dll. But how to store images, javascript and other stuff inside this dll?
More...
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Wednesday, 19 December 2007 11:49 by
Dmitriy
Explains how to avoid common error in ASP.NET.
[More]
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tuesday, 18 December 2007 06:28 by
Dmitriy
Everybody who starts to learn ASP.NET techniques ask the question: What is <%= and <%# What is the difference, and how to use this?
First of all, these instructions looks the same. Both outputs something in the place located. But truly output instruction is only <%= , like all ...
[More]
Currently rated 4.0 by 6 people
- Currently 4/5 Stars.
- 1
- 2
- 3
- 4
- 5
Saturday, 15 December 2007 18:12 by
Dmitriy
Recently I've explained how to call aspx page on schedule using VB script. But now there are another problem... How long your work ?
Let me explain, ASP.NET server has default timeout... for request. It called Request Timeout. And if your request last longer... thread stopped.
Bad news....
[More]
Currently rated 5.0 by 3 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Friday, 14 December 2007 01:24 by
Dmitriy
Example how to support cross-browser min-height..
[More]
Currently rated 4.3 by 3 people
- Currently 4.333333/5 Stars.
- 1
- 2
- 3
- 4
- 5
Thursday, 13 December 2007 10:58 by
Dmitriy
Google Gadget for you site to show geographic location of visitors. Nice thing for registration pages, comments pages.
You can put this Gadget on your web site.
Currently rated 4.7 by 3 people
- Currently 4.666667/5 Stars.
- 1
- 2
- 3
- 4
- 5
Wednesday, 12 December 2007 12:37 by
Dmitriy
Explains how to make SQL Express DB full dump to publish on shared hosting..
[More]
Currently rated 4.0 by 3 people
- Currently 4/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tuesday, 11 December 2007 01:19 by
Dmitriy
Always wondered, how to run scheduled tasks on windows hosting. For example, under the Plesk control.
At the first look, everything is ok. We have scheduled task and "command line" for it. But what to write there? This is a big question.
Somebody says - no problem, I'll write ...
[More]
Currently rated 4.8 by 5 people
- Currently 4.8/5 Stars.
- 1
- 2
- 3
- 4
- 5
Monday, 10 December 2007 07:54 by
Dmitriy
There are a lot of things inside your aspx page... And viewstate is there. What if everything ok, and viewstate size not very big. But what if viewstate size too big?
First of all, maybe you are using viewstate in some controls that don't need it. But, what if we still need viewstate, but pag...
[More]
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Monday, 10 December 2007 07:02 by
Dmitriy
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
At least one time in you life you see this message. An...
[More]
Currently rated 3.8 by 4 people
- Currently 3.75/5 Stars.
- 1
- 2
- 3
- 4
- 5
Monday, 10 December 2007 06:50 by
Dmitriy
Everybody know that most of ASP.NET enabled hostings use Plesk! as control panel. Yes, it's quite nice, but can be a pain in the ass sometimes.
Right now, I've two hostings with Plesk and without...
Yes, ASP.NET CAFE admined through H-SPHERE control panel. It not so pretty like...
[More]
Currently rated 1.0 by 2 people
- Currently 1/5 Stars.
- 1
- 2
- 3
- 4
- 5