| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?
| | 2 |
| When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade.. | | 2 |
| Can you store dataset in viewstate? | Microsoft | 3 |
| Difference between asp and asp.net ? | Accenture | 3 |
| What is an application domain ? | Microsoft | 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 is the difference between application and cache variables? | Astadia | 2 |
| which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl | Satyam | 8 |
| If we add a textbox and give the required field
validator,and i add two radio buttons 1 is yes another one
is No.And i add another one server control button ,if i
click the button ,if the radio button Yes is checked the
validation control is fired ,if no the validation control
is not fired.So what you used to solve this problem. | CTS | 6 |
| How To Call Outside Javascript File?
Example : Our Project File Folder Name "Sample" Another
Folder Name "Check".Check Folder Is Out Side Of Our
Project ?Check Folder Have Verify.Js File. My Question Is
How To Call Verify.Js File. | Phoenix-Technologies | 2 |
| What are the different ways you would consider sending data
across pages in ASP (i.e between 1.asp to 2.asp)? | Net-Solution | 1 |
| How many webforms are possible on a single webpage? | | 5 |
| What is the syntax for datagrid and specifying columns ? | Microsoft | 1 |
| In try catch blocks one is normal catch block and another is
sqlcatchexception block | Microsoft | 3 |
| What is the T-SQL equivalent of IIF (immediate if/ternary
operator) function of other programming languages? | Syntax-Softtech | 1 |
| How does VB.NET/C# achieve polymorphism?
| | 3 |
| relacement of websevices in .net 3.0? | Mind-Tree | 1 |
| Whats an assembly
| IBM | 1 |
| how can you bind data from dataset to XML file | LG-Soft | 2 |
| Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |