Event Driven Programming
Event Driven Programming
Using the DataGrid View for database access
2. Crosspoint Boulevard: Wiley Publishing Inc. Gary Cornell and Jonathan Morrison
(2002).
Introduction
mouse movements
button clicks, and keystrokes,
by the operating system, such as a timer.
The program can choose to respond to or ignore an event.
21
client. Prepared By Haftom B. 02/07/2024
Cont..
Disadvantages RAD model
Depends on the strong team and individual performances for clearly identifying the
exact requirement of the business.
This approach demands highly skilled developers and a designer’s team which may not
be possible for every organization.
This is not applicable for the developer to use in small budget projects as the cost of
modeling and automated code generation is very high.
Progress and problems accustomed are hard to track as such there is no documentation
to demonstrate what has been done.
22 Prepared By Haftom B. 02/07/2024
Chapter Two
Introduction to .NET
Select
you p
ro gram
type
Prepared By Haftom B.
02/07/2024
Your P
ro ject na
me
Solution explorer
Windows Form
Tool box
• button
• Textbox etc
Properties
Data source DB
1. Language Fundamentals
Variables and Data Types
Control Flow
Methods and Their Types
Events
Exception Handling
55 Prepared By Haftom B. 02/07/2024
Contents
Introducing Exception Handling
Structured Exception Handling
Implementing Exception Handling