server controls with dynamic data

  • Thread starter Thread starter Markus Rathmayr
  • Start date Start date
M

Markus Rathmayr

Hi!

Is it possible to use data generated dynamically (from DB) as properties in
server controls?

example:

<TEST:someControl runat="server" property=someProperty />

someProperty is generated from a database.
the syntax <%=someProperty%> does not work...

Thanx for your help!

Markus
 
Back
Top