Hi I am confused regarding the statement All Web controls must be placed within a
tag to function properly. I have added the following to a webform in the code behind I have the following Literal1.Text = "Hello World"; I do not have the web contorl within tag so how come it works. I have also found that I can place other web controls on a web page and not have them between a tag and they work fine. I would appreciate it if some one can explain this to me Kind Regards