I am using aDesigner Tool by IBM. It show an error "No alternatetext for Form Control" for asp.net server side control(DropDown List).
How can resolve this please suggest?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted Apr 4, 2012, 4:22 AM
But I am discussing for server side control. When I am using aDesigner tool, It shows this error and I want to remove this on all controls not only for image.
It can be another way for server side control to read by aDesigner tool my means we can define another properties or code for it that behave like an Alternate Text.
SenthilkumarPosted Apr 4, 2012, 4:15 AM
Its an attribute of some of asp.net server side controls.
For example,
It can have the alternate text.
But asp.net dropdownlist does not have any property like AlternateText.
Just you remove from it and compile it.