<< < 16 17 18 19 20 21 22 23 24 25 26 > >>   Sort: Rank

Which one of the following objects is used to create a foreign key between two DataTables?
Which one of the following objects is used to create a foreign key between two DataTables? Which one of the following objects is used to create a foreign key between two DataTables? * DataRelation * DataRelationship * DataConstraint * DataKey DataRelation
2014-07-21, 1935👍, 0💬

The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are ...
The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are ... The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are * EnableSorting = “true” and EnablePaging = “true” * DisableSorting = â...
2014-07-21, 1816👍, 0💬

What are the different methods to access Database in .NET ?
What are the different methods to access Database in .NET ? What are the different methods to access Database in .NET ? * OleDB,ODBC,SQLClient * OleDB, JDBC, SQLServer * ODBC-JDBC, DataSet, SQLClient * Datasource, DataSet, DSN OleDB,ODBC,SQLClient
2014-07-17, 1458👍, 0💬

The namespaces needed to use data mechanisms in ASP.NET pages are...
The namespaces needed to use data mechanisms in ASP.NET pages are... The namespaces needed to use data mechanisms in ASP.NET pages are * System.Data, System.Data.OleDb or System.Data.SQL * System.Data, System.Data.ODBC * System.Data, System.Data.DataRow * System.Data.DataRowCollection, System.Data.D...
2014-07-17, 1656👍, 0💬

A set of tables are maintained in a Dataset as ...
A set of tables are maintained in a Dataset as ... A set of tables are maintained in a Dataset as * TablesCollection object * DataTableCollection object * DataRowsCollection object * TableRowCollection object TablesCollection object
2014-07-11, 2268👍, 0💬

State True or False: Any ODBC-compliant database can be accessed through ASP.NET: * True or * False
State True or False: Any ODBC-compliant database can be accessed through ASP.NET: * True or * False True
2014-07-11, 1494👍, 0💬

What is the difference between Convert.ToInt32 and int.Parse?
What is the difference between Convert.ToInt32 and int.Parse? What is the difference between Convert.ToInt32 and int.Parse? * Both are same and both can handle null value. * Convert.ToInt32 can handle null value but int.Parse throws ArgumentNullException error. * int.Parse can handle null value but ...
2014-07-09, 1656👍, 0💬

The RangeValidator control supports the following datatype ...
The RangeValidator control supports the following datatype ... The RangeValidator control supports the following datatype * Integer and String * Integer, Float, String, XMLDatatypes * Integer, String and Date * Integer, Boolean, Short, String and Date Integer, String and Date
2014-07-09, 1561👍, 0💬

The methods in C# can be overloaded in which of the following ways
The methods in C# can be overloaded in which of the following ways The methods in C# can be overloaded in which of the following ways * By having the same method name and specifying different number of parameters * By giving different method names and same number of parameters * By having the same m...
2014-07-07, 1552👍, 0💬

The parameter “clienttarget = downlevel” does one of the following ...
The parameter “clienttarget = downlevel” does one of the following ... The parameter “clienttarget = downlevel” does one of the following * Adds aliases for specific user agents to an internal collection of user agent aliases * Indicates the useragents level of validating the controls *...
2014-07-07, 2229👍, 0💬

A new server-side control can be created by implementing the class ___________
A new server-side control can be created by implementing the class ___________ A new server-side control can be created by implementing the class ___________ * System.Web.WebControl * System.Web.UI.WebControl * System.Web.UI.WebControls.WebC ontrol* Any one of the above System.Web.UI.WebControls.Web. ..
2014-06-27, 1424👍, 0💬

What namespaces are necessary to create a localized application?
What namespaces are necessary to create a localized application? What namespaces are necessary to create a localized application? * System.Globalization * System.Globalization and System.Resources. * System.Resources. * System.Array System.Resources
2014-06-27, 1484👍, 0💬

State True or False: Events in Web forms are processed before the “Page Load” event: * True or * False
State True or False: Events in Web forms are processed before the “Page Load” event: * True or * False True
2014-06-25, 2597👍, 0💬

The Equivalent Html Control for the &lt;select> tag is ...
The Equivalent Html Control for the &lt;select> tag is ... The Equivalent Html Control for the &lt;select> tag is * &lt;HtmlSelectInput> * &lt;HtmlSelect> * &lt;HtmlInputSelect> * &lt;HtmlSelectControl> &lt;HtmlSelect>
2014-06-25, 1568👍, 0💬

The Equivalent Html Control for the &lt;select> tag is ...
The Equivalent Html Control for the &lt;select> tag is ... The Equivalent Html Control for the &lt;select> tag is * &lt;HtmlSelectInput> * &lt;HtmlSelect> * &lt;HtmlInputSelect> * &lt;HtmlSelectControl> &lt;HtmlSelect>
2014-06-25, 1600👍, 0💬

Which operator is used for connecting a event with a procedure in C#?
Which operator is used for connecting a event with a procedure in C#? Which operator is used for connecting a event with a procedure in C#? * += * = * both * none +=
2014-06-23, 1938👍, 0💬

The Equivalent Html Control for the &lt;input type=”checkbox”> tag is
The Equivalent Html Control for the &lt;input type=”checkbox”> tag is The Equivalent Html Control for the &lt;input type=”checkbox”> tag is * HtmlCheckBox * HtmlInputChkBox * HtmlInputCheckBox * HtmlInputTypeChkBox HtmlInputCheckBox
2014-06-23, 2350👍, 0💬

The Equivalent HTML Control for the &lt;input type=”button”> tag is ..
The Equivalent HTML Control for the &lt;input type=”button”> tag is .. The Equivalent HTML Control for the &lt;input type=”button”> tag is * HtmlInput * HtmlButton * HtmlPushButton * HtmlInputButton HtmlInputButton
2014-06-20, 2282👍, 0💬

State True or False: Static method cannot be overridden: * True or * False
State True or False: Static method cannot be overridden: * True or * False True
2014-06-20, 1479👍, 0💬

A structure in C# can be derived from one or more ...
A structure in C# can be derived from one or more ... A structure in C# can be derived from one or more * class * interface * both * none interface.
2014-06-18, 1567👍, 0💬

The method that transfers ASP.NET execution to another page, but returns to the original page when it is done is ...
The method that transfers ASP.NET execution to another page, but returns to the original page when it is done is ... The method that transfers ASP.NET execution to another page, but returns to the original page when it is done is * Server.Transfer() * Server.Redirect() * Server.Execute() * Server.Re...
2014-06-18, 2000👍, 0💬

The process that ASP.NET uses to keep track of Sessions without cookies is ..,
The process that ASP.NET uses to keep track of Sessions without cookies is .., The process that ASP.NET uses to keep track of Sessions without cookies is * Cookie Munging * Cookie Monking * Cookie Mocking * Cookie Munching Cookie munging
2014-06-16, 1874👍, 0💬

Which of the following is the correct code for setting a Session timeout of 30 minutes
Which of the following is the correct code for setting a Session timeout of 30 minutes Which of the following is the correct code for setting a Session timeout of 30 minutes * Session.Timeout = 108000 * Session.Timeout = 1800 * Session.Timeout = 300 * Session.Timeout = 30 Answer1: Session.Timeout = ...
2014-06-16, 2163👍, 0💬

What can be achieved in IL which is not possible in C# ?
What can be achieved in IL which is not possible in C# ? What can be achieved in IL which is not possible in C# ? * Creation of an ArrayList * Creation of a Dictionary * Creation of a two dimensional array * Creation of a non-zero based array Answer1: Creation of a dictionary Answer2: Creation of a ...
2014-06-12, 1678👍, 0💬

<< < 16 17 18 19 20 21 22 23 24 25 26 > >>   Sort: Rank