Where do we include the user lists for windows authentication ?
A.
B.
C.
D.
Where do we include the user lists for windows authentication ? Read More »
ASP.net A.
B.
C.
D.
Where do we include the user lists for windows authentication ? Read More »
ASP.net A. Returns the Virtual Path of the web folder
B. Maps the specified virtual path to Physical path
C. Returns the physical file path that corresponds to virtual specified path
D. All of the above
Explain the significance of Server .MapPath ? Read More »
ASP.net A. ControlToValidate property
B. Text property
C. Both A and B
D. None of these
Which of the following denote the property in every validation control ? Read More »
ASP.net A. Open
B. ExecuteScalar
C. ExecuteReader
D. ExecuteStream
Which of the following is not a member of ADODBCommand object ? Read More »
ASP.net A. Fill( )
B. Read( )
C. ExecuteQuery( )
D. None of these
Which method do you invoke on the Data Adapter control to load your generated dataset ? Read More »
ASP.net A. Set AutoGenerateColumns Property to true on the datagrid tag
B. Set AutoGenerateColumns Property to false on the datagrid tag
C. Set AutomaunalColumns Property to true on the datagrid tag
D. It is not possible to do the operation
What tags one need to add within the asp:datagrid tags to bind columns manually ? Read More »
ASP.net A. CompareValidator
B. DataList
C. Listview
D. GridView
A. CLR
B. RMT
C. RC
D. RCT
The .NET Framework provides a runtime environment called_______________? Read More »
ASP.net A. maxWorkerThreads
B. requestQueue limit
C. maxIdThreads
D. all of the above
Which of the following is the performance attributes of processModel ? Read More »
ASP.net A. Extended expressions
B. Irregular expressions
C. Regular expressions
D. Basic expressions
What is used to validate complex string patterns like an e-mail address ? Read More »
ASP.net