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
What are uri parameters?
What is the difference between <%#%> and <%=%>?
What is the equivalent of date() and time() in asp.net?
What do you mean by caching in asp.net?
Difference between ISQL and OSQL??
can we store textbox and com components in viewstate?
What is Runtime callable wrapper?
what is the difference between response.write() and response.output.write()?
Explain the difference between webfarm and webgardens in .net?
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'
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
what are partial postbacks?