A
Antonio D'Ottavio
Good Morning,
In my web page I've a datalist that is sourced by a database,
the problem is that I want that one of the column of the datalist contain a
dropdownbox
that also is sourced by a table in the database.
<aspropDownList id="ComboTipoPartita" runat="server"
DataValueField="IDTipoPartita"
DataTextField="DescrizioneTipoPartita"
this seems impossible in aspx c# , the error tells :
" 'DataSource' property could be set just at runtime and cannot be declared
"
I'm interested to solve my problem of insert a dropdownlist powered by a db
inside a row of the datalist,
how I can achieve this ??
Many thanks.
Eng. Antonio D'Ottavio
www.etantonio.it/en
In my web page I've a datalist that is sourced by a database,
the problem is that I want that one of the column of the datalist contain a
dropdownbox
that also is sourced by a table in the database.
<aspropDownList id="ComboTipoPartita" runat="server"
DataValueField="IDTipoPartita"
DataTextField="DescrizioneTipoPartita"
DataSource= said:</aspropDownList>
this seems impossible in aspx c# , the error tells :
" 'DataSource' property could be set just at runtime and cannot be declared
"
I'm interested to solve my problem of insert a dropdownlist powered by a db
inside a row of the datalist,
how I can achieve this ??
Many thanks.
Eng. Antonio D'Ottavio
www.etantonio.it/en