i want to position elements on certain locations on the screen (asp:button, asp:label…)
is using asp:table and asp:tableCell and asp:tableRow are the best way?
i used that in ASP.NET 2.0, are there are newer ways to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I like to use just regular markup, like
div,table, etc. With CSS and regular HTML elements, you should be able to get a pixel perfect layout with a little bit of effort.