What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain
Answer Posted / guest
Inheritance
.aspx.cs class inherits from .aspx class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you dynamically assign a Master Page?
How can you handle exceptions in asp.net?
What is a web pool?
Explain about secure socket layer?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Which is faster viewbag or viewdata?
What are the events that happen when a client requests an asp.net page from iis server?
What are the two Layouts supported by a Web form in ASP.NET?
What are the different types of proxy patterns?
How many types of validation are there?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is asp.net web application?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Explain the difference between web user control and web custom control?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC