How many types of page.
Answer Posted / badrinath
Four types
Master pages
.ASPX
.ASAX
.ASMX
.ASCX
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Define tracing.
What is the difference between Classic ASP and ASP.Net?
How you can access the values from the Repeater control in ASP.NET?
Can we store object in viewstate?
Does web services support data reader like pom project?
What is asynchronous call?
How to handle errors in Web API?
What are the ways to sending the data in ASP.NET page?
What is microsoft windows sharepoint services?
How Session use Cookies in State Management?
What is data caching?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Is global asax mandatory?
How to sign out from forms authentication?
What is an assembly? Explain its parts.