| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What combination of methods are used to improve the speed of
the fill() method of the DataAdapter?
a) BeginFillData() and EndFillData()
b) StartFillData() and EndFillData()
c) BeginLoadData() and EndLoadData()
d) StartLoadData() and EndLoadData()
| Syntax-Softtech | 2 |
| Tell about WebService in Asp.Net? | Accenture | 4 |
| What methods are fired during the page load? | Visual-Soft | 6 |
| 33) You create English, French, and German versions of your
ASP.NET application.
You have separate resource files for each language version.
You need to deploy the appropriate resource file based on
the language settings of the server.
What should you do?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.
| Syntax-Softtech | 2 |
| Which class provides methods that can be used to manage role
membership to be used in user authorization? | Wipro | 3 |
| how many databases and tables are uses in one project? | | 2 |
| What is customer control and user control? | Perot-Systems | 1 |
| One application have three forms for registration .submit
button is at third form.after filling three forms only u
have to click submit button.After clicking the submit
button all the values in first,second& third form saved on
sql server.how to handle this situation . | TCS | 6 |
| Caching techniques in .NET ? | Microsoft | 1 |
| You are creating a Web site for Your company. You receive
product lists in the form of XML documents. You are creating
a procedure to extract information from these XML documents
according to criteria that your users will select.
When a user makes a request, you want the results of these
requests to be returned as quickly as possible.
What should you do?
A . Create an XmlDataDocument object and load it with the
XML dat Use the DataSet property of the object to create a
DataSet object. Use a SQL SELECT statement to extract the
requested dat
B . Create an XmlDataDocument object and load it with the
XML data. Use the SelectNodes method of the object to
extract the requested data.
C . Create an XPathDocument object and load it with the XML
data. Call the CreateNavigator method to create an
XPathNavigator object. Call the Select method of the
XPathNavigator object to run an XPath query that extracts
the requested data.
D . Create an XmlReader object. Use the Read method of the
object to stream through the XML data and to apply an XPath
expression to extract the requested data.
| Syntax-Softtech | 1 |
| What are generics? why it is used?
architecture of ASP.NET?
| Satyam | 4 |
| When we are requesting a new URL through Response.Redirect()
the new page wil open on the new browser window or it wil
open in the same window? If we use Server.Transfer() what
wil happen? | | 1 |
| main difference between asp.net2.0,asp.net1.1,asp.net1.0 | Microsoft | 14 |
| Various types of Page Load functions | Net-Solution | 3 |
| Can you edit data in the Repeater control? | | 8 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| What are various authentication mechanisms in ASP.NET ? | TCS | 3 |
| can u any one tell me clearly where is stored cache datas? | Apollo | 1 |
| Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx.
All pages are in diff. server. When user req. for a page,
Page1.aspx opens Ist & a session established. If user req.
for IIn page, second session established. Similarly, 3rd
session established if user req. 3rd page. In this scenario,
tot. 03 sessions are established. How we can minimize it so
that it will work with only one session? | Wipro | 2 |
| If Asp Dot Application is stateless what happened? during
designing | TCS | 3 |
| |
| For more ASP.NET Interview Questions Click Here |