3
I have a button and I wanted to program the click
of it, and when I wear a <asp:Button>
I program the click
of him in the code Behind. Now I’m wearing a button
normal.
I know almost nothing about Javascript and wanted to program it on code Behind also. I could create a Javascript function by calling a C method#?
I’m using a bootstrap button so it comes as a button, and if I switch to Asp:button, it won’t look the same.
– Lucas Sousa
You should have informed this in the question. I answered what you asked.
– Maniero
@Lucassousa Voce can use as the bigown put only use the bootstrap css <Asp:Button ID="boot" Onclick="boot_Click" Cssclass="btn btn-small btn-Primary" runat="server" />
– Luciano Azevedo