Muhanad YOUNIS

Browse by Tags

All Tags » ASP.NET (RSS)
Global Timer (Background Timer)
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...
ScriptManager and MasterPage PageMethods !
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...
Publish Server Performance Monitors with MsChart
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...
WRN: Assembly binding logging turned off
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...
Log Off OWA from Code Behind
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...
Access OWA with C# inside Asp.net Site
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...
Posted: Oct 12 2008, 11:10 AM by mohi88 | with 7 comment(s)
Filed under: , , ,
Asp.net Unhandled Exception (Elmah)
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 inside Cruise Control (ccnet) Blocks
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...
When TO SOA
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...
Posted: Aug 02 2008, 05:41 PM by mohi88 | with no comments
Filed under: , , ,
More Posts