Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Where code pages are used?
What is the full meaning of asp.net?
Explain the path instructions in xaml?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What’s the catch?
What is the differences between a primary key and a unique key in sql server?
if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?
What is query string?
Explain how cookies work.
What is cookies cache and session?
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'