3
Reply

Describe the Diversities between inline and code behind.

Santosh Thakur

Santosh Thakur

Dec 30, 2013
1.2k
0

    Inline code written along with the html and design blocks in an .aspx page. Code-behind is code written in a separate file (.cs or .vb) and referenced by the .aspx page.

    Santosh Thakur
    December 30, 2013
    1

    Inline code means what : Design Page + Coding Phase binds togatherCode behind means what : Design page and Codeing page are seperated

    Manav Pandya
    November 11, 2016
    0

    Please visit below link:http://www.dotnetfunda.com/interviews/show/6948/what-is-the-difference-between-inline-code-and-code-behind-in-aspnet http://www.c-sharpcorner.com/UploadFile/cd7c2e/code-behind-and-inline-code-in-Asp-Net/

    Ritesh Singh
    August 05, 2016
    0