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
How to use a Master Database in Asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
How do you store a value in viewstate and retrieve them?
Explain the overview of asp.net?
Explain what the contents of cookie?
What is difference between cookies and cache?
What is the function of the ViewState property?
Which is better viewstate or session?
What is the namespace to create thread in .net?
IN an ASP.NET Web application if there is any error, how can you debug?
What is s2s tracking?
What is http pipeline in asp.net?
How many types of session in ASP.NET
Give 2 examples for scenarios when routing is not applied?
Which method is used to perform all validation at the page level?