What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain
Answers were Sorted based on User's Feedback
Answer / divyaanumod
Inheritance
.aspx.cs class inherits .aspx class
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Inheritance
.aspx.cs class inherits from .aspx class
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saket kumar
both are the class and we can relate both by using the
objects
Is This Answer Correct ? | 0 Yes | 2 No |
Where session variables are stored?
In try catch blocks one is normal catch block and another is sqlcatchexception block
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Explain Factory pattern?
i need code for insert,delete,update adn display records using stored procedure in C#
When Garbage Collector will run and how its identifing whether the Object is used or Not.?
Why mvc is better than asp.net? : Asp.Net MVC
What is the best Macanism to clear the Cache in asp.net
What is the difference between a default skin and a named skin?
What is .NetFramework?
How do you sign out from forms authentication?
I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refresh button of Crystal Report then it gives "Missing Parameter values" I also tried property of CR Viewer like crViewer.ReuseParameterValuesOnRefresh = True But it is not working. Plz give me solution.