I\'m trying to grab a div\'s ID in the code behind (C#) and set some css on it. Can I grab it from the DOM or do I have to use some kind of control?
Add the runat="server" attribute to the tag, then you can reference it from the codebehind.