I'm using ASP.NET, not the newest one with that clientIdMode stuff. So, the control ids are generated and funky.
There are lots of ways of passing ids around, but lately I've been assigning a 'fake' css class to the control I'm interested in. Then in a js file I use jQuery to find the control.
Is this bad practice? It seems a lot like the ajaxControlToolkit's behaviorId to me... Is the behaviorId bad practice as well?
It's a great way to do things; I've done this plenty. The auto-generated IDs suck, although if you leave the runat="server"
off, you can use those too. (I know it's not always an option, but for when it is an option, you can do so).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With