Tagged Questions
2
votes
3answers
431 views
ClientID invalid after moving code into DotNetNuke module
I am porting an existing application to a DotNetNuke module and discovered bizarre behavior. I use ClientID when creating javascript so that the code can identify the HTML elements. Normally that ...
0
votes
1answer
114 views
Asp.Net 4 webforms clientid suffixed with `_0`
Last year we moved all our new functionality to Asp.Net MVC.
However we still have a load of legacy WebForms pages with lots of Javascript, and we're not going to get the chance to upgrade them any ...