What is the asp.net control toolkit?
Tell about WebService in Asp.Net?
How is a property designated as read-only?
What is the difference between and ActiveX dll and control ?
What is the difference between union and structure?
What is the difference between Postback and Ispostback Property?
7 Answers Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,
How to use ipostback?
How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
What are the different authentication modes in asp.net?
What are strong names?
What is app_code folder in asp 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 are the asp.net security controls?