| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the 4 tenants of SOA/D. | | 1 |
| What tags do you need to add within the asp:datagrid tags to
bind columns manually? | | 2 |
| For Web services where you can browse on the Internet? | | 1 |
| What is FullTrust? Do GACed assemblies have FullTrust? | | 2 |
| From the given paragraph of text, write a program to match
the strings of format “Any number of numerals followed by
an underscore followed by any number of alphabets"
ex:123_abc
(Note:using regular expressions) | Microsoft | 4 |
| How to deploy the Asp.Net Project ? | | 3 |
| I have one .Net application and i have two databases which
is in SQL server2000 and one more database in ORACLE? how
can i access the database from different Databases? | eXensys | 3 |
| Can the validation be done in the server side? Or this can
be done only in the Client side? | | 2 |
| 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 |
| where should write the connection string Show that it will
apply whole pages in the website | Symco | 5 |
| how to increase performance of web site?
if there is a page with high load. the content is high then
what should we do to increase performance? | TCS | 2 |
| What?s the difference between Response.Write() and
Response.Output.Write()? | Visual-Soft | 2 |
| write a sample code make use of xmltext writer | GCI | 1 |
| Tell About Web.config ? | Keane-India-Ltd | 2 |
| what is diff between responseexpires and expiresabsolute | Accenture | 2 |
| Why Web Services? | | 1 |
| What is reflection and disadvantages of reflection ? | Microsoft | 1 |
| How does the browser enable AutoPostBack functionality?
| | 1 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
| | 1 |
| |
| For more ASP.NET Interview Questions Click Here |