What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain
Answer Posted / divya
Inheritance
.aspx.cs class inherits .aspx class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define the term Web Garden?
List of words of preprocessor in .net?
Explain Optimization technique description?
What is gridview in asp.net?
Which method is used to enforce garbage collection in .net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What are session state modes? List some of the important session state modes of asp.net.
What is _viewstart?
Where session id is stored?
What role “#&&” plays in a querysting?
What is new asp.net core?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How does asp page work?
How can I configure asp.net applications that are running on a remote machine?
What is event bubbling?