C# asp.net In-Line script (HTML tag editing)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks in advance to anyone who can help-- :)

I have ASP.net page where I'd like to dynamically change the contents of an
html
<td> tag progromatically, dependent on an an dropdownlist control event; is
it possible through in-line script (in C#) to possibly cycle through a list
of html tags, selected one based on their attributes (id maybe?)

Is this possible?
 
Back
Top