How does asp.net page work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Can you dynamically assign a Master Page?

0 Answers   MCN Solutions,


How would you implement inheritance using c#?

0 Answers  


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.

5 Answers   ADITI, Syntax Softtech,


What is difference between rest and soap?

0 Answers  


What are different methods of session maintenance in asp.net?

0 Answers  






Difference between dynamic query and static query ?

1 Answers   DELL,


How does the browser enable AutoPostBack functionality?

2 Answers  


What is session and application variable in asp net?

0 Answers  


what is view state

5 Answers   Microsoft, Siebel Systems,


Can you create an app domain ?

1 Answers  


What language is asp.net written in?

0 Answers  


what are webservices?In which circumstances we can go for webservices?

3 Answers   Microsoft,


Categories