N
Nathan Sokalski
I have a page that I created with ASP.NET which contains a RadioButtonList.
This obviously shows up as input tags in the generated page. When I was
looking at the page with the free Internet Explorer Developer Toolbar
utility, it showed me the id, type, and name attributes, but not the value
attribute. Even if I select the "Show Read-Only Properties" option, it does
not show me the value attribute. I know it is in the generated code, because
when I do a view source it is there, not to mention my code is able to
return the value. I am guessing that this is just a bug in the Internet
Explorer Developer Toolbar utility, since it is relatively new. Any ideas?
This obviously shows up as input tags in the generated page. When I was
looking at the page with the free Internet Explorer Developer Toolbar
utility, it showed me the id, type, and name attributes, but not the value
attribute. Even if I select the "Show Read-Only Properties" option, it does
not show me the value attribute. I know it is in the generated code, because
when I do a view source it is there, not to mention my code is able to
return the value. I am guessing that this is just a bug in the Internet
Explorer Developer Toolbar utility, since it is relatively new. Any ideas?