What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain
Answer Posted / divyaanumod
Inheritance
.aspx.cs class inherits .aspx class
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are asp.net web forms?
How may clustered index we can create in table?
What is the use of asp.net web api?
Is global asax mandatory?
What is the exact purpose of http handlers?
What is request and response in asp.net?
Describe the disadvantage of cookies.
What is semantic gap?
Can you set the session out time manually?
What are the uses of list view control in Asp.net?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is the syntax for datagrid and specifying columns?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is difference between viewstate and session in asp net?
What is page fragment caching?