2
Reply

Explain the difference between Label and Literal control in ASP.NET?

sanjay arora

sanjay arora

Jul 10, 2012
4.1k
0

    Literal Control is only one control that can use outside the form tag. For example if you want to define dynamic title the you can use Literal control.

    Both the controls are used to reserve the place for the text on the web page. Functionality wise, Literal control does not let you apply any formating and styles whereas Label control does that.

    Piyush Agarwal
    June 18, 2013
    0