Disadvanatage Of HTML Control
-
Can any one tell me what does this mean.I was reading a book where I disadvantage of using HTML Control were given, I understood first one but this I didnt. It follows: Another Disadvantage to HTML Server Controls is that a HTML server Control directly maps to single HTML Tags. Wouldnot it be great if you could add a single server control to a Web Page and it would be rendered as many HTML tags? Web Controls are the answer. Thanks in advance...
-
Can any one tell me what does this mean.I was reading a book where I disadvantage of using HTML Control were given, I understood first one but this I didnt. It follows: Another Disadvantage to HTML Server Controls is that a HTML server Control directly maps to single HTML Tags. Wouldnot it be great if you could add a single server control to a Web Page and it would be rendered as many HTML tags? Web Controls are the answer. Thanks in advance...
1. single map: if we write in web page when it will render on the browser same will appear means 1. one to many tag render as is web control Now if we write on the web page and when it will rendered on the browser you can see more than one html tags this means we write one tag and gets multiple tag on the browser. so if same has to do in html then we have to write alot of codes so using webcontrol we scape from writing multiple tags. :)
Sarvesh Upadhyay
-
Can any one tell me what does this mean.I was reading a book where I disadvantage of using HTML Control were given, I understood first one but this I didnt. It follows: Another Disadvantage to HTML Server Controls is that a HTML server Control directly maps to single HTML Tags. Wouldnot it be great if you could add a single server control to a Web Page and it would be rendered as many HTML tags? Web Controls are the answer. Thanks in advance...
I suppose it means System.Web.UI.WebControls which are nothing but composite user controls. Regards, SG
-
1. single map: if we write in web page when it will render on the browser same will appear means 1. one to many tag render as is web control Now if we write on the web page and when it will rendered on the browser you can see more than one html tags this means we write one tag and gets multiple tag on the browser. so if same has to do in html then we have to write alot of codes so using webcontrol we scape from writing multiple tags. :)
Sarvesh Upadhyay
Thanks a lot...
-
I suppose it means System.Web.UI.WebControls which are nothing but composite user controls. Regards, SG
Thanks a lot...