Wednesday, June 5, 2013

Example on Windows Service

Hi Friends,in this post i would like to explain windows service for displaying message box for every 3 seconds.Step 1:* Open windows service project with projectName WinService1* Goto ToolBox-->General-->Right Click-->Select choose items-->Select Timer(Systems.Timers)* Project-->AddReference-->System.Windows.Forms(Message Box is a part of above reference).* Place a Timer(System.Timers) with interval-3000 & enabled-false.Code:{//timer1_Elapsed event.System.Windows.Forms.MessageBox.Show("This message from Windows Service.");}Code...

Displaying Festival Names on Calendar control in ASP.Net

Hi Friends,In this article i would like to explain how to display Festival Names on Calender control in ASP.Net.* For this i took 1 Calendar control on to the page.* I created a table with name(Holidays) in SQL Server 2005 & fields are HolidayName,HolidayDate.* Please find the below table once :* Then find the code for Calender_DayRender event : Source Code : Default.aspx.cs :using System;using System.Configuration;using System.Data;using...

Fix for “Internet explorer has closed this webpage to help protect your computer”

Many users face issue running Oracle forms on Microsoft Internet Explorer 8 (IE8) which causes the page to redirect to following urlres://ieframe.dll/acr_depnx_error.htm#<domain>,http://<server>:<port>/forms/frmservlet?config=<config>It displays following error.Internet explorer has closed this webpage to help protect your computerA malfunctioning or malicious add-on has caused Internet Explorer to close this webpage.Solution:Goto...

Narayana Murthy - a profile

Nagavara Ramarao Narayana Murthy usually referred to as Narayana Murthy is an Indian businessman and the co-founder of Infosys, a multinational corporation providing business consulting, technology, engineering, and outsourcing services. Murthy was born and raised in Mysore, Karnataka, studied Electrical Engineering at National Institute of Engineering, University of Mysore, and M.Tech from Indian Institute of Technology Kanpur. Before starting...