How do you do Client-side validation in .Net?
Can One website be made using two different languages like c#,vb.net etc......
What is the concept of view state 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'
when is the role performed by IIS sever when ever a request send from browser
COM+ Used ________________ Isolation Level
Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version
How does output caching work in ASP.NET?
what cut off mark for po's,what questions they asked for interview?
When would you set a control's AutoPostBack property to true?
Elaborate differentiation between Cache and Application?
What is the part of url?
Describe and In Process Vs Out of Process component. Which is faster?