style="display:none;"
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi i have put a checkbox on the page & adding a style style="display:none;" to it as: now generated html after running project is: <span style="display:none;"><input id="CheckBox1" type="checkbox" name="CheckBox1" /></span> rather than why ? same thing is for asp:RadioButton control. but it doesn't happen for ASP:Button control. what is the reason?