Browse by Tags
All Tags »
ASP.NET (
RSS)
Updated on 01.19.2009 Why do you need a Global Timer ? There are many reason that you might want to use a global timer for, like pulling data from you database on time periods to prevent user from displaying empty data. I used the global timer to get...
I know that this subject has been asked many times therefore i would like to summarize it and give a small tutorial about how to do it. I had some PageMethods on a default page which calls some web methods on code behind of the page. Before 1 week we...
In this article I'll try to show you how to to use MsChart Controls with ajax update panel to publish your server performance counter variables. Be sure to install these packages before your start; MsChart Controls Chart Controls Add-on for visual studio...
I started to received this error since yesterday and after i add an assembly reflection to retrieve the assembly version. Interesting thing that when the application is deployed to IIS it starts to work fine! but after some time i started to receive this...
After many tries and havey googling to find out the best way to log off OWA from asp.net page code behind while logging out from my main application, i found out that this can be achieved in one way ( in my position). Rise a small popup window and call...
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso...
My client asked to handle all unhandled exception and log then in sql database. Beside that they want to log handled exception too. So after some googling i found an open source project for exception handling, ELMAH (Error Logging Modules and Handlers...
AspNetCompiler block made my go crazy in the last two days until i was able to use it with ccnet. I'll show a small sample about how to use AspNetCompiler with ccnet: in the ccnet.config between task blocks but these lines; <msbuild> <executable>C...
In the last few years developer start to use SOA in many applications, because of that many new developers are too much excited to use SOA and apply the architecture of it to their applications. I found out that many applications start to be more complicated...
More Posts