B
Barrie Wilson
I have a DropDownList on a plain vanilla ASPX page,
<aspropDownList ID="DropDownList1" runat="server"
DataSourceID="SqlDataSource2" .... etc >
The issue is that Intellisense is not displaying "SelectedValue" as an
option ... I'm using VS 2005, Framework 2.0.50727 and coding in C# ...
Anyone have any idea what might be going on here?
TIA
BW
<aspropDownList ID="DropDownList1" runat="server"
DataSourceID="SqlDataSource2" .... etc >
The issue is that Intellisense is not displaying "SelectedValue" as an
option ... I'm using VS 2005, Framework 2.0.50727 and coding in C# ...
Anyone have any idea what might be going on here?
TIA
BW