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
What is the function of the ViewState property?
How to reduce the width of textbox in editcommandcolumn of datagrid?
How to deploy/publish webservices?How many ways?Plz explain me
What is boxing and unboxing in asp.net?
What are the new web part controls in asp.net 2.0 ?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is intrinsic objects in asp.net?
Can master pages be nested?
Why select Web API?
How to use ipostback?
Explain Session state management options in ASP.NET.
What is postback pixel?
What is difference between session and application in asp net?
What is the difference between CLICK and MOUSE DOWN Event ?
explain code with datachaching with example