Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Sunday, December 1, 2013

Java applet program for handling mouse events

Applets are employed to provide interactive features online that cannot be furnished by HTML alone. They can capture mouse/keyboard input and so on user s action. An Event Listener, once set for an applet object waits for many action to be exercised on it, whether it is mouse click, mouse hover, pressing of keys, click of button, etc. You ll see a mouse pressevent, accompanied by a mouse exit event, followed by a mouse release event.

http://programmingunit.com/2013/11/30/java-program-capture-mouse-actions-applets/

Saturday, October 19, 2013

How State Management Technique in ASP.NET works

State management is the method in which you maintain state and page information over multiple requests for the same or different pages. ASP.NET is a server-side Web application framework designed for Web design to produce dynamic Web pages. It turned out put together by Microsoft allowing programmers to build dynamic web sites, web applications and web services.This is really a method to obtain confusion among novice ASP.NET programmers who depend upon the category instance members which might be lost with each and every page.

http://programmingunit.com/2013/10/19/state-management-asp-net/