two ASPxButton in one line
-
Hi, I want to ask how can I make two ASPxButton in one line? I tried putting them but the second is going to the next line?
-
Hi, I want to ask how can I make two ASPxButton in one line? I tried putting them but the second is going to the next line?
jrahma wrote:
how can I make two ASPxButton in one line?
If it's specific to ASPxButton, I would suggest you to look at their documentation/forum for help. If it is not dependent on button type (which most probably should be the case), one cannot help you since you have not shared your code. You need to define the HTML properly (proper table formation probably!) such that controls can be placed at exact locations.
Sandeep Mewara Microsoft ASP.NET MVP [My latest Article]: Server side Delimiters in ASP.NET[^]
-
Hi, I want to ask how can I make two ASPxButton in one line? I tried putting them but the second is going to the next line?
Try keeping them inside a table .