User285029959 posted
Hi,
I'm developing a website with asp.net and mobile controls, but I'm having this particular problem:
The SelectionList controls is not rendering the "name" attribute when the output is wml. That attribute is mandatory, and some phones, some emulators are not displaying the pages and some wap proxies (used by operators here in spain) don't even
send the response to the client.
I created some test wmls by hand adding that attribute and they work, so my question is: how can I add the "name" attribute in asp.net. I tried creating a new mobilecontrol inheriting from selectionlist, overriding the render method and using the
writer.addattribute("name", "selectionList" & me.ID) method of the current writer and then calling
mybase.render(writer), but it didn't work.
Does anyobe has a clue on this or can give me any tip?
Thanks in advance.
Demian