a)COM Callable Wrapper
b)Runtime Callable
Which one of the above is Win32 API in .Net?
Explain Generics?
How do you declare static variable? What is its lifetime?
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 Types of object in asp
What is a postback in asp net?
What is the concept of view state in asp.net?
What is Assembly?
3 Answers Inspira Technologies,
Which authentication uses a combination of windows and iis authentication?
What is the main difference between a static page and a dynamic page?
What are the differences between the response.write() and response.output.write()?
What are the types of session in asp.net?
Explain the significance of routing? : asp.net mvc