| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is runtime host ? | Digital-GlobalSoft | 2 |
| which method marks a config file section for encryption? | | 1 |
| if you disable view state of a textbox will it maintain
data during postbacks.if yes reason | FactorH | 6 |
| How can you assign styles to webforms? | Microsoft | 2 |
| Where is ViewState information stored? | HCL | 6 |
| When working with ASP.Net server controls, it is important
to use the right event handlers to capture the event for the
application to function properly. What event would you use
to capture the selection of a new item in a DropDownList
control?
a) The Click event.
b) The SelectionChanged event.
c) The SelectionIndexChanged event.
d) The ChangedSelection event.
| Syntax-Softtech | 4 |
| You need to retrieve data from a Microsoft SQL Server 2000.
Currently you are using an oleDbConnection object to connect
to the database server. You need to be able to retrieve the
data from the database server in XML format. Which approach
would be the most efficient? Select all that apply. Each
answer constitutes part of the whole answer.
a) Change to the SQL .NET provider.
b) Use the ExecuteXmlReader() method of the xxxCommand object
c) Use the DOM to create the XML document.
d) Use the XmlDocument.Load() method to create the XML Document.
| Syntax-Softtech | 1 |
| What is the Web.config file used for?
a) To store the global information and variable definition
for the application.
b) Configures the time that the server-side codebehind
module is called
c) To Configure the Web Server.
d) To Configure the Web browser.
| Syntax-Softtech | 3 |
| Given an ASP.NET Web Form called WebFrom1, what class does
the WebForm1 class inherit from by default?
a) System.Web.Form
b) System.Web.GUI.Page
c) System.Web.UI.Page
d) System.Web.UI.Form
| Syntax-Softtech | 2 |
| In a Code-Behind class generally which type of code is
found ? | | 3 |
| Features in ASP.NET ? | Microsoft | 1 |
| I have one application, one user purchase some products in
my application? and another person came he is also purchase
some products?how can we identify which user purchase which
items?
my answer is by using session id? but i dont know how? can
u give me programming for that?
| | 1 |
| what is COM Object in Dot net? | CTS | 2 |
| What tags do you need to add within the asp:datagrid tags to
bind columns manually? | | 2 |
| after which page life cycle event all properties of control
will be "fully loaded " | FactorH | 9 |
| Name two properties common in every validation control? | | 6 |
| What tag do you use to add a hyperlink column to the DataGrid? | | 1 |
| What is Difference between Callbacks and Postback in ASP.NET? | | 8 |
| how can you bind data from dataset to XML file | LG-Soft | 2 |
| When during the page processing cycle is ViewState available? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |