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 -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -