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.
What are the various ideas given by delegate? Describe in brief.
In what way we can display the icon during runtime on a StatusStrip control?
Is it possible to set which kind of comparison we want to perform by the CompareValidator control?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
Explain about the ASP.NET AJAX Framework.
What do you mean by the term base class of .net?
Define the term “Array”.
By what way we can recognize that the page is PostBack?
Write the difference between a toolstrip split button and a toolstrip drop-down button ?
What do you mean by the term non_deterministic finalization?
18,76,764
1934502 Asked
3,689
Active Tutors
1420651
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!