| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the use of The Page.Master Property? | | 1 |
| How do you associate two or more validators with a single
input control? What do you need to do to prevent space from
being reserved for a validation control thatpasses its
validation test?
| | 1 |
| how can i am search the data from database?
just like google | | 2 |
| Types of session management in ASP.NET? | Microsoft | 1 |
| what are partial classes and their use? | Microsoft | 2 |
| What is meant by role based security?
when we use this one | | 1 |
| How many Controls present in Asp dot net? | TCS | 5 |
| What is Http handler? | Accenture | 4 |
| what does membership class provide? | | 1 |
| what is difference between User Control,Custom Contro1,Web
server control and template controls | | 1 |
| Types of optimization and name a few ? | Accenture | 3 |
| 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 .net CLR works with n-tier application | HCL | 2 |
| We have 2 sites in which one site allows the user with out
asking credentials and second one ask for credentials
through a log page. What might be the configurations
settings for both sites? We can use IIS and web.config
files together. | ADITI | 1 |
| What is the Global.asax used for?
| | 3 |
| difference between writing connection string in web.config
through connection string and appsettings | iSoft | 2 |
| What is the use of directives & explain with example? | C-Squared-Systems | 2 |
| Your ASP.NET application displays sales data on a page. You
want to improve performance by holding the page in memory on
the server for one hour. You want to ensure that the page is
flushed from memory after one hour, and that the page is
re-created when the next request for the page is received.
What should you do?
A . Initialize a new instance of the Cache class in the
Application.Start event handler.
B . Initialize a new instance of the Timer class in the
Page.Load event handler.
C . Set the Duration attribute of the OutputCache directive
in the page.
D . In the Web.config file, set the timeout attribute of the
sessionState element.
| Syntax-Softtech | 5 |
| What are asynchronous callbacks ? | Accenture | 2 |
| what are webservices?In which circumstances we can go for
webservices? | Microsoft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |