Answer Posted / bikash pattanayak
Event is a time period which tell us when an action has to
be performed. A control may have many events associated to
it. Some e.g of events are
onclick,mouseover,mouseout,ondouble click.
Events takes the help of Event Procedure for execution.
Event Procedure is a bolck of code which gets executed when
an events gets called...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is form description?
What is an example of form?
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is the use of runworkasync() methods?
What is a windows form application?
To which namespace does the control class belong?
How to create a set up in vb.net for desktop application please say steps with examples?
Explain the difference between listbox and combo box?
How to get records from a database?
Explain how to split a column header in gridview using c#.net?
How do you apply specific formatting to the data inside the cells?
Name the property which of menu cannot be set at run time?
What is the advantage of a form?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.