M
Marty
I am using:
VS2005 Pro
WinXP Pro SP2
IIS 5.1
..NET Framework 2.0.50727
I create a website using File>New>Web Site>ASP.NET.
I put a ListBox, DropDownList, CheckBoxList and RadioButtonList on the
default page.
Compile the page and surf to it using IE or Firefox (I get the same
results with both)
When the page renders I see the ListBox and the DropDownList but the
other two are not there.
When I view the page source code I get:
<div>
<select size="4" name="ListBox1" id="ListBox1"
style="background-color:#00C0C0;">
</select>
<select name="DropDownList1" id="DropDownList1"
style="background-color:#8080FF;">
</select>
</div>
No sign of the other 2 controls
I have tried reinstalling IIS, and the .net framework.
Anybody have a solution? I have been trying alot of things that were
returned doing searches from the Microsoft knowledge base. Still No
Luck.
VS2005 Pro
WinXP Pro SP2
IIS 5.1
..NET Framework 2.0.50727
I create a website using File>New>Web Site>ASP.NET.
I put a ListBox, DropDownList, CheckBoxList and RadioButtonList on the
default page.
Compile the page and surf to it using IE or Firefox (I get the same
results with both)
When the page renders I see the ListBox and the DropDownList but the
other two are not there.
When I view the page source code I get:
<div>
<select size="4" name="ListBox1" id="ListBox1"
style="background-color:#00C0C0;">
</select>
<select name="DropDownList1" id="DropDownList1"
style="background-color:#8080FF;">
</select>
</div>
No sign of the other 2 controls
I have tried reinstalling IIS, and the .net framework.
Anybody have a solution? I have been trying alot of things that were
returned doing searches from the Microsoft knowledge base. Still No
Luck.