Posted on: 12/2/2014 5:11:13 PM | Views : 679

Hi guys,
I want to put label, textbox and imagebutton in single line with   between them, like being side-by-side, next to each other, so the location should be as following:
label   textbox   imagebutton
the issue comes only when I use imagebutton or any other webform control next to the textbox, it locates the controls the following way:
label   imagebutton   textbox
I've tried to wrap them in div with display:inline;
-no help
I cannot understand why does it shows me it this way...
please help
thanks

Go to the complete details ...