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 are the advantages and disadvantages of session?
Explain the difference between Web Garden and Web Farm?
What is a server farm in iis?
What is the function of new view engine in asp.net? : asp.net mvc
Where the cookie value is stored?
How can we Validate a Controls in ASP.NET page using JavaScript?
Why and where this web.config file is used?
What are demand-paging and pre-paging?
Difference between using directive vs using statement?
How many ways are there to maintain a state in .net? What is view state?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
How is session id generated?
What methods are fired during the page load? Init()
Difference between Response.redirect vs server.transfer?
When cookie will expire?