Is your code running server side or client side?
ASP.NET 2.0 ?

I'm not very familiar with this stuff but on client-side don't you just need to get the element by id (getElementById) and then set the width to what you want.

If server side can't you just reference tbtotal.Width in the same way as you reference lblyes.Text

Regards
Alan