How to make UpdateProgress render as span not div or make this div display:inline ?
How to make UpdateProgress render as span not div or make this div display:inline
Share
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.
Its possible to add a class in CSS to apply the
display:inline. This is made easier in .NET 4 as you can make the UpdatesProgessClientIDModestatic so you it wont get an autogenerated ID which allows you to know what the ID will be client side.CSS
ASP.NET
EDIT: The fourth example on that page seems to offer a way to set what style is applied.