Hej,
Jag fattar inte vad det är som händer just nu!
Har denna kod:
<input type="button" ID="buttonPrint" runat="server" clientidmode="Static" value="Skriv ut" />
buttonReceiptPrint.Attributes.Add("onclick", "alert('blabla');");
Genererar denna html:
<input name="ctl00$ContentPlaceHolder1$buttonPrint" type="button"
id="buttonPrint" value="Skriv ut" onclick="alert('blabla');" />
Va f-n då för? :x