What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / guest
CodeBehind is relevant to Visual Studio.NET only
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is the maximum number of classes that can be contained in one dll file?
What is gridview in asp.net?
What are the different types of sessions in asp.net? Name them?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Which method do you use to kill explicitly a users session?
Define common type system?
What is event in asp.net?
Write a code for sending an email from asp.net application.
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is the difference between c# and .net?
What are sql joins?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Define repository pattern in asp.net mvc? : asp.net mvc
Do you know caching feature?