aligning web form labels

inzo21

Regular
Joined
Nov 5, 2003
Messages
74
Hello all.

Damn, this is getting frustrating. All I want to do is have the text of an html label change when a user clicks on an web form linklabel element. SImple enough!!!

I'm not getting anywhere with the code I posted previously (calling myhtmllabel.InnerText = "myvalue" in the Click method of my linklabel.

So, does anyone know how I can position a web form lable (i.e. asp:label) so that it is centered within the page. The align property is inherent in the html label control - but there is no equivalent in the web form label. Arggghhhh Microsoft!

thanx in advance.

inzo
 
Back
Top