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");
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
Post a Comment