What is asp.net web application?
No Answer is Posted For this Question
Be the First to Post Answer
In a Code-Behind class generally which type of code is found ?
What is Model-View-View Model?
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 types of data validation events are commonly seen in the client-side form validation?
How to find last error which occurred in Asp.net ?
What is asp.net response object?
How do you trap errors in ASP and how do you invoke a component in ASP ?
What base class do all Web Forms inherit from?
What are the advantages of Web API?
what is the differance between native code & managed code?
What are the session management techniques asp net?
Who can consume WebAPI?