c# - asp.Net how to set left side of a button? -


i have web control button on web form.

in code behind c# want move 10 pixels left.

how it?

something this:

button buttonb = new button(); buttonb.attributes.add("style", "margin-left:10px"); 

Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - href attribute breaking an element -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -