Distinguish between Codebehind and Src
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Expert
Visual Studio employs Codebehind attribute to differentiate page source also of programming logic from design. Moreover the Src attribute compose the page to compile on each and every call. This is the page which will not be accumulate in advance and stored in bin as a dll instead it will be accumulate at run time.
In what way we can format dates, numbers and currencies in the text box?
What do you understand by the term states in ASP.NET?
Explain the disconnected architecture of the ADO.NET's data access model.
What is web.config file?
Define the function of a ViewState property?
Why the UpdateProgress control is used in the AJAX?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
Distinguish between read-only and constants variables which is used in the programs?
In what way we can check/uncheck every item in a CheckedListBox control in the .NET 4.0 framework?
Explain what is the CLI and also if it is same as that of CLR?
18,76,764
1951912 Asked
3,689
Active Tutors
1432308
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!