I'm just starting with asp.net and created a toolbar (custom) control. Everything works fine but when I do a postback a pushed button gets 'the 'unpushed' state... I'm using LoadControlState and SaveControlState but the events aren't
Hello. I have Repeater and DataSource some table and I need change row in ItemDataBound event. So code looks like this <asp:Repeater ID="Repeater1" runat="server"
I am trying to reference a user control from a custom page class that all of my other pages inherit from. Since the base page class is just a class file with no aspx partial, I cannot use a @Register directive to register the user control with the page class. I tried adding the ...