Home
About Us
Contact Us
Privacy Policy
Search
Home
→
ASP.net
→
Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
Related MCQs
How many classes can a single .NET DLL contain ?
Which of the following is used to send email message from my ASP.NET page?
In ASP.NET in form page the object which contains the user name is __________?
Which of the following is faster and consume lesser memory ?
Which of the following ASP.NET object encapsulates the state of the client ?
File extension used for ASP.NET files ?
Difference between Response.Write() and Response.Output.Write() ?
Which of the following is the way to monitor the web application ?
An alternative way of displaying text on web page using ?
Which namespace allows us to formauthentication ?
How do you disable client side validation ?
I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
Which property is used to name a web control ?
You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
What namespace does the Web page belong in the .NET Framework class hierarchy ?
Which of the following transfer execution directly to another page ?
__________ is a special subfolder within the windows folder that stores the shared .NET component?
Which of the following object is not an ASP component ?
What is a diffgram ?
What is the transport protocol used to call a webservice ?
In ASP.NET what does the following return ?
What section of the config.Web file is used for storing a list of authorized users ?
Which of the following are not a member of Server Object__________?
The first event to be triggered in an aspx page is__________?
The Following are the minimum requirement to run Asp.net pages__________?
How do you add ASP.Net 3rd party component__________?
The first event to be triggered in an aspx page is?
A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
What is a strong name ?
Common type system is built into which of the following?
Which of these classes maps to the tag ?
In .NET the operation of reading metadata and using its contents is known as __________?
What is/are the predefined TraceListener(s) in ASP.Net?
Whats is the significance of Response.ClearHeaders( ) ?
Custom Controls are derived from which of the classes__________?
To add a custom control to a Web form we have to register with?
What executable unit gets created when we build an ASP.Net application ?
If a developer of ASP.NET defines style information in a common location. Then that location is called as__________?
To add a custom control to a Web form we have to register with?
We can manage states in asp.net application using__________?
What executable unit gets created when we build an ASP.Net application ?
In order to prevent a browser from caching a page which of these xstatements should be written ?
Which of the following languages can be used to write server side scripting in ASP.NET?
Choose the form in which Postback occur__________?
Which of the following is used to write error message in event Log File ?
Which of the following can be used to add alternating color scheme in a Repeater control ?
Which class can be used to create an XML document from scratch ?
Which method displays the custom control__________?
How do you explicitly kill a user session ?
Select the output of the statement ?
How ASP.Net Different from classic ASP ?
Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
A. DataBind
B. DataList
C. Fill( )
D. Load ( )
Correct Answer:
Fill( )
✔
Last Updated:
April 17, 2019