Setting TableCell values on an event...

mRbLACK

Freshman
Joined
Aug 27, 2003
Messages
25
Location
south africa
Hey guys,

What im trying to do is on the click of a button, set the innerHTML value of a cell.

Now I want to do it on the server side, so onclick of asp:button calls function which gets rerence to the htmltablecell and changes its values...

obviously I havent been succesfull yet and was wondering if any one knew how to do this... this is some of what ive tried so far...

Code:
Protected tdSpecial As System.Web.UI.HtmlControls.HtmlTableCell 

tdSpecial.innerHTML = "sadfasdf" & sDBContent

HELP! :eek:
 
Back
Top