Answer Posted / akash
A modal window is any type of window that is a child
(secondary window) to a parent window . It is commonly
associated with an Internet Web site pop-up window that
stays in front of the original window. A user may not
press any controls or enter any information on the parent
window (the original window which opened the modal) until
the modal has been closed. A modal window is commonly used
when the author wants to retain the user's focus on the
information in the modal as it is impossible for the user
to interact with the other windows of the same process.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
what are the types of LockEdits in DAO?
Which method is preferred to save data like database to the disk?
____ property of menu cannot be set at run time.
What is hyperlink?
____ property is used to lock a textbox to enter a datas.
What is the use of Visual Basic Document file?
How do I get a bitmap picture in a field in an Access database?
What are the Internet tools available in VB 6.0?
Explain about manipulating the recordset object
Explain the usage of Web Browser Control?
which method used to move a recordset pointer in nth position in DAG?
What is instantiating?
How would you map properties to controls by using ActiveX Control Interface Wizard?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?