Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the difference between a Choice and a List?
What is the difference between a Choice and a List?
✍: Guest
A Choice is displayed in a compact form that requires you to pull it down to see the list of available choices. Only one item may be selected from a Choice. A List may be displayed in such a way that several List items are visible. A List supports the selection of one or more List items.
2012-12-24, 2689👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - What is the difference between System exceptions and Application exceptio...
If we have multiple AFTER Triggers on table how can we define the sequence of the triggers ? If a ta...
What is hashing? To hash means to grind up, and that's essentially what hashing is all about. The he...
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...
Can two catch blocks be executed? No, once the proper catch section is executed the control goes fin...