dynamically change style width of object

  • Thread starter Thread starter TJS
  • Start date Start date
TJS said:
how to dynamically change the style widht of an object?
See this example, just do the same to your object tag instead:

http://delphi.about.com/cs/adptips2004/a/bltip0304_2.htm

Basically you can do this with just about any tag, set an id and
runat="server" on it and create the code-behind variable manually.
However, VS.NET will sometimes remove these modifications when switching
from design to code view, so be aware of that...
 
i don't use visual studio


Craig Deelsnyder said:
See this example, just do the same to your object tag instead:

http://delphi.about.com/cs/adptips2004/a/bltip0304_2.htm

Basically you can do this with just about any tag, set an id and
runat="server" on it and create the code-behind variable manually.
However, VS.NET will sometimes remove these modifications when switching
from design to code view, so be aware of that...
 

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