What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
Answer Posted / 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 |
Post New Answer View All Answers
What is the maximum amount of memory any single process on windows can address?
What events will occur when a page is loaded?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Difference between response.redirect and server.transfer?
What are the various session state management options provided by asp.net?
What is asp net application object?
In asp.net, how can you validate drop down box?
How to you can limit Access to Web API to Specific HTTP Verb?
What are resource file and how do we generate resource file?
Can a .net web application consume java web service?
What is Web API?
Is session stored in browser?
What is rending process in ASP.NET?
What can we do with asp.net?