What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answers were Sorted based on User's Feedback
Answer / guest
CodeBehind is relevant to Visual Studio.NET only
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / gautam
CodeBehind is relevant to Visual Studio.NET only
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / duryodhan
code behind is created through assembly that's defined in bin
folder and src is definded in outward of bin folder that is not making dll and .exe file.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sundherrajan
Code All build Assembly is placed inside the bin folder
Src the source cs file/vb fiel is placed in the source
folder and the source file is complied and assembly is
placed inside bin folder during runtime of the aspx page
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / venkat
Visual Studio uses the Code behind attribute to distinguish the page source or programming logic from the design. Also the src attribute will make the page compile on every request. That is the page will not be compiled in advance and stored in the bin as a dll instead it will be compiled at run time.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways are there to maintain a state in .net? What is view state?
If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?
Uses of CLR ?
2 Answers Mind Tree, PH Software, TCS,
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Why session is necessary in web application?
What is http protocol and how it works?
State management in asp.net ?
Who creates jsessionid?
What is cached data phone?
What is csrf attack in asp.net?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)