Connecting Tech Pros Worldwide Help | Site Map

Internet Explorer Developer Toolbar is not showing the input tag's value attribute

Nathan Sokalski
Guest
 
Posts: n/a
#1: Jul 29 '07
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?
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/


Mark Rae [MVP]
Guest
 
Posts: n/a
#2: Jul 29 '07

re: Internet Explorer Developer Toolbar is not showing the input tag's value attribute


"Nathan Sokalski" <njsokalski@hotmail.comwrote in message
news:u37WR5h0HHA.3848@TK2MSFTNGP03.phx.gbl...
Quote:
I am guessing that this is just a bug in the Internet Explorer Developer
Toolbar utility,
It might very well be...
Quote:
Any ideas?
According to the website:
http://www.microsoft.com/downloads/d...displaylang=en

feedback / bug reports etc can be made here:
http://forums.microsoft.com/MSDN/Sho...D=923&SiteID=1


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Closed Thread