when is the role performed by IIS sever when ever a request
send from browser


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

Post New Answer

More ASP.NET Interview Questions

What are uri parameters?

0 Answers  


What is the difference between <%#%> and <%=%>?

4 Answers   IBS,


What is the equivalent of date() and time() in asp.net?

0 Answers  


What do you mean by caching in asp.net?

0 Answers  


Difference between ISQL and OSQL??

1 Answers  






can we store textbox and com components in viewstate?

4 Answers   Microsoft,


What is Runtime callable wrapper?

2 Answers  


what is the difference between response.write() and response.output.write()?

0 Answers  


Explain the difference between webfarm and webgardens in .net?

0 Answers  


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

3 Answers   Satyam,


what are partial postbacks?

2 Answers   Infosys, Microsoft,


Categories