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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top