Hi,
Describe The Difference Between Inline And Code Behind-Which Is Best In a Loosely Coupled Solution?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
tom linkerPosted Jul 17, 2012, 6:00 AM
Satyapriya NayakPosted Jul 16, 2012, 6:48 AM
In inline approach, the server-side code is written along with the html in the .aspx page itself. while in code-behind approach, the server-side code is written in a separate .aspx.cs code file and referenced by the .aspx page.
Please refer the below links
http://www.codeproject.com/Articles/8178/Inline-Single-File-vs-CodeBehind
Thanks