| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what does membership class provide? | | 1 |
| How can we read a columnised text data in ASP.Net C#?
Columnised means my data is stored in a text file and I
have numeric data or string data in this file. For ex. If I
am searching for the data of gender and I know that gender
data is stored at column 32 in text file. How can I get
this data in ASP.Net page. Thanks for help in advance. | | 2 |
| what is code access security,role based security explain
with example | Infosys | 1 |
| How can u handle Un Managed Code Exceptions in ASP.Net? | Lara-Technology | 1 |
| What are skins? | | 1 |
| 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 |
| When is validation done on the client? How does client-side
validation improve the efficiency of an application?
| | 1 |
| I have been asked in an interview What is your LOC(Line of
Code)What will be the probable answer for that | HCL | 1 |
| Below is a code extract from an ASP.Net application.
The code basically reads data from the “name” field in
the “members” table and prints them onto the webpage.
Using the assumptions provided, fill in the 4 blanks below
so that the code will run correctly.
‘Assumptions:
‘conn_str is a variable that holds the connection string to
the database
‘Objects dbcomm and dbread are already declared earlier
dbcomm = New OleDbCommand("SELECT name FROM members",
conn_str)
dbread = dbcomm._______________
_____________________
response.write(_______________)
_____________________
dbread.Close() | Techno-Solutions | 3 |
| How can we Maintain more than on config file in one .Net web
application and how? | USi | 1 |
| Name two properties common in every validation control?
| | 1 |
| Does the following statement executes successfully:
Response.Write(?value of i = ? + i);
| TCS | 4 |
| “~” means in asp.net application? | IBS | 3 |
| What?s the difference between Response.Write()
andResponse.Output.Write()? | Atos-Origin | 5 |
| What is shadowing? | Syntax-Softtech | 2 |
| How to authenticate users using web.config ? | Accenture | 2 |
| What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design? | | 1 |
| what are the types of ASP objects ? | Satyam | 4 |
| What are the difference between ASP and ASP.Net? | Accenture | 1 |
| What is personalization? What are the properties available
in personalization? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |