| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| how to get the vb6.0 COM Component in to the .Net application? | iSoft | 3 |
| Can you explain what inheritance is and an example of when
you might use it? | | 3 |
| What is the difference between User Controls and Master Pages | IntraLogic | 13 |
| What are skins? | | 1 |
| 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 |
| How to limit table cell size with long strings? | IBS | 1 |
| How to remove themes from certain controls? | | 2 |
| How much data (Max K) can go into a QueryString? | TCS | 4 |
| If you have to replicate a set of controls(UI) across a
number of web pages, what will you do | | 1 |
| What are the disadvantages of viewstate/what are the benefits
| | 3 |
| Explain Page life cycle | DELL | 6 |
| can machine.config file orverrides web.config.
For example: if u set session timeout as 30 mins in
web.config file to a particular application and if u set
session timeout as 10 mins in machin.config. what will
happen and which session is set to the appliction?
| SunGard | 2 |
| Can private assembly be used for more than one application?
If so how? | Satyam | 6 |
| 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 |
| What is strong name and which tool is used for this? | Accenture | 3 |
| To which side ( server ? client) does the user input data
validation occur? Explain the reasons for it? | | 1 |
| I have developed a web application in asp.net 2.0 with
Access as back end i am trying to gereate report/export
data in excel. After hosting the site i am not getting any
error or such exported excel file. but using the source
code from my system it works fine.
Could any one tell me why it is happening and what is its
solution. | | 2 |
| How can you assign styles to webforms? | Microsoft | 2 |
| Whats an assembly? | | 5 |
| Where is ViewState information stored? | HCL | 6 |
| |
| For more ASP.NET Interview Questions Click Here |