Diff between Literal Control and Label control
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Wht is diff between literal control and label control? Ritesh Mogha
-
Wht is diff between literal control and label control? Ritesh Mogha
for literal control there will be no style/skin and Label you can apply style/skin and label emits a span tag in output where as literal outputs only text. will emit output as Literal Text Label Text
Intelligence is measured by common sense not by how many scholarly books you read.